IIdentifierCreationService Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Provides a mechanism to create uniquely named identifiers throughout a specified range of activities.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | EnsureUniqueIdentifiers(CompositeActivity^, ICollection^) | Provides a mechanism to ensure that Activities added to a CompositeActivity are uniquely named. |
![]() | ValidateIdentifier(Activity^, String^) | Provides a mechanism to test that an identifier is unique within an Activity. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
IIdentifierCreationService provides a mechanism to create uniquely named identifiers throughout a range of activities.
.NET Framework
Available since 3.0
Available since 3.0
Show:

