DataGridColumnCollection.IsSynchronized Propriedade
Definição
Obtém um valor que indica se o acesso à coleção DataGridColumnCollection é sincronizado (thread-safe).Gets a value indicating whether access to the DataGridColumnCollection collection is synchronized (thread safe).
public:
property bool IsSynchronized { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsSynchronized { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean
Valor da propriedade
false em todos os casos.false in all cases.
Implementações
- Atributos
Comentários
Essa propriedade é derivada da System.Collections.ICollection classe e é substituída para sempre retornar false .This property is derived from the System.Collections.ICollection class and is overridden to always return false.
Para obter mais informações sobre a IsSynchronized propriedade, consulte a ICollection.IsSynchronized propriedade da System.Collections.ICollection interface.For more information on the IsSynchronized property, see the ICollection.IsSynchronized property of the System.Collections.ICollection interface.