DataGridColumnCollection.IsSynchronized Propriété

Définition

Obtient une valeur indiquant si l'accès à la collection DataGridColumnCollection est synchronisé (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

Valeur de propriété

false dans tous les cas.

Implémente

Attributs

Remarques

Cette propriété est dérivée de la System.Collections.ICollection classe et est remplacée pour toujours retourner false.

Pour plus d’informations sur la IsSynchronized propriété, consultez la ICollection.IsSynchronized propriété de l’interface System.Collections.ICollection .

S’applique à

Voir aussi