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
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

IIdentifierCreationService には、さまざまなアクティビティにわたって一意の名前付き識別子を作成するメカニズムが用意されています。

メソッド

名前 説明
EnsureUniqueIdentifiers(CompositeActivity, ICollection)
古い.

CompositeActivityに追加されたアクティビティに一意の名前を付けるメカニズムを提供します。

ValidateIdentifier(Activity, String)
古い.

識別子が Activity内で一意であることをテストするメカニズムを提供します。

適用対象