BindingSource.SyncRoot Proprietà

Definizione

Ottiene un oggetto che può essere usato per sincronizzare l'accesso all'elenco sottostante.

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

Valore della proprietà

Object

Oggetto che può essere usato per sincronizzare l'accesso all'elenco sottostante.

Implementazioni

Attributi

Si applica a