TreeNodeCollection.IsSynchronized Propriété

Définition

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

Boolean

false.

Implémente

Remarques

La IsSynchronized propriété est utilisée pour indiquer si l’accès à celui-ci TreeNodeCollection est synchronisé (thread-safe). 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