SynchronizationScopeActivity.SynchronizationHandles Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une collection de chaînes qui représente des handles qui déterminent le comportement de synchronisation de ce SynchronizationScopeActivity. Lorsque deux activités ou plus SynchronizationScopeActivity partagent un handle de synchronisation, elles s’exécutent de manière série ; il n’y a pas d’exécution entrelacée des activités enfants dans celles-ci.
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)
Valeur de propriété
Chaîne multiligne qui contient des handles de synchronisation pour cette instance.
- Attributs