GridViewRowCollection.IsSynchronized Propriété

Définition

Obtient une valeur indiquant si l'objet GridViewRowCollection est synchronisé (thread-safe).

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Valeur de propriété

Retourne toujours false.

Implémente

Remarques

Utilisez la IsSynchronized propriété pour déterminer si l’objet GridViewRowCollection est thread-safe.

Notes

Cette propriété a été remplacée pour toujours revenir false pour indiquer que l’objet GridViewRowCollection n’est pas thread-safe.

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