IIdentifierCreationService 接口

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

提供一种机制,用于在整个指定活动范围内创建唯一命名的标识符。

public interface class IIdentifierCreationService
public interface IIdentifierCreationService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IIdentifierCreationService
type IIdentifierCreationService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IIdentifierCreationService = interface
Public Interface IIdentifierCreationService
属性

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

IIdentifierCreationService 提供了一种机制,用于在整个活动范围内创建唯一命名的标识符。

方法

名称 说明
EnsureUniqueIdentifiers(CompositeActivity, ICollection)
已过时.

提供一种机制,以确保添加到活动的唯一 CompositeActivity 命名。

ValidateIdentifier(Activity, String)
已过时.

提供一种机制,用于测试标识符在一个中是唯一的 Activity

适用于