SynchronizationScopeActivity.SynchronizationHandles 属性

定义

获取或设置字符串的集合,这些字符串表示确定此 SynchronizationScopeActivity同步行为的句柄。 当两个或多个 SynchronizationScopeActivity 活动共享同步句柄时,它们以串行方式执行;它们内没有交错执行子活动。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ SynchronizationHandles { System::Collections::Generic::ICollection<System::String ^> ^ get(); void set(System::Collections::Generic::ICollection<System::String ^> ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.SynchronizationHandlesTypeConverter))]
public System.Collections.Generic.ICollection<string> SynchronizationHandles { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.SynchronizationHandlesTypeConverter))>]
member this.SynchronizationHandles : System.Collections.Generic.ICollection<string> with get, set
Public Property SynchronizationHandles As ICollection(Of String)

属性值

包含此实例的同步句柄的多行字符串。

属性

适用于