IIdentifierCreationService インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 の
IIdentifierCreationService には、さまざまなアクティビティにわたって一意の名前付き識別子を作成するメカニズムが用意されています。
メソッド
| 名前 | 説明 |
|---|---|
| EnsureUniqueIdentifiers(CompositeActivity, ICollection) |
古い.
CompositeActivityに追加されたアクティビティに一意の名前を付けるメカニズムを提供します。 |
| ValidateIdentifier(Activity, String) |
古い.
識別子が Activity内で一意であることをテストするメカニズムを提供します。 |