DataBindingCollection.SyncRoot Propriedade
Definição
Obtém um objeto que pode ser usado para sincronizar o acesso à coleção DataBindingCollection.Gets an object that can be used to synchronize access to the DataBindingCollection collection.
public:
property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object
Valor da propriedade
O Object a ser usado para sincronizar o acesso à coleção.The Object to be used to synchronize access to the collection.