DataGridColumnCollection.SyncRoot Propriedade
Definição
Obtém o objeto que pode ser usado para sincronizar o acesso à coleção DataGridColumnCollection.Gets the object that can be used to synchronize access to the DataGridColumnCollection collection.
public:
property System::Object ^ SyncRoot { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public object SyncRoot { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object
Valor da propriedade
Um Object que pode ser usado para sincronizar o acesso à coleção.A Object that can be used to synchronize access to the collection.
Implementações
- Atributos
Comentários
O objeto retornado nessa implementação é o DataGridColumnCollection objeto.The object returned in this implementation is the DataGridColumnCollection object.
Para obter mais informações sobre a SyncRoot propriedade, consulte a ICollection.SyncRoot propriedade da System.Collections.ICollection interface.For more information on the SyncRoot property, see the ICollection.SyncRoot property of the System.Collections.ICollection interface.