BindingSource.SyncRoot 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 un objet pouvant être utilisé pour synchroniser l’accès à la liste sous-jacente.
public:
virtual property System::Object ^ SyncRoot { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual object SyncRoot { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SyncRoot : obj
Public Overridable ReadOnly Property SyncRoot As Object
Valeur de propriété
Objet pouvant être utilisé pour synchroniser l'accès à la liste sous-jacente.
Implémente
- Attributs