SynchronizationScopeActivity.SynchronizationHandles Vlastnost

Definice

Získá nebo nastaví kolekci řetězců, které představují popisovače, které určují chování synchronizace tohoto SynchronizationScopeActivity. Když dvě nebo více SynchronizationScopeActivity aktivit sdílí popisovač synchronizace, spouští se sériově. Neprokládání podřízených aktivit v nich neexistuje.

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)

Hodnota vlastnosti

Víceřádkový řetězec, který obsahuje popisovače synchronizace pro tuto instanci.

Atributy

Platí pro