Partager via


TreeNodeCollection.IsSynchronized Propriété

Définition

Obtient une valeur indiquant si l’accès à l’objet TreeNodeCollection 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é

false.

Implémente

Remarques

La IsSynchronized propriété est utilisée pour indiquer si l’accès TreeNodeCollection au thread sécurisé est synchronisé. 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