IIdentifierCreationService.EnsureUniqueIdentifiers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mechanism to ensure that Activities added to a CompositeActivity are uniquely named.
public:
void EnsureUniqueIdentifiers(System::Workflow::ComponentModel::CompositeActivity ^ parentActivity, System::Collections::ICollection ^ childActivities);
public void EnsureUniqueIdentifiers(System.Workflow.ComponentModel.CompositeActivity parentActivity, System.Collections.ICollection childActivities);
abstract member EnsureUniqueIdentifiers : System.Workflow.ComponentModel.CompositeActivity * System.Collections.ICollection -> unit
Public Sub EnsureUniqueIdentifiers (parentActivity As CompositeActivity, childActivities As ICollection)
Parameters
- parentActivity
- CompositeActivity
The CompositeActivity that will contain the uniquely named activities.
- childActivities
- ICollection
A collection of activities to ensure that activities are uniquely named.
Remarks
Use EnsureUniqueIdentifiers to ensure activities inserted into a CompositeActivity have unique identifiers.