DesignerAutoFormatCollection.ICollection.IsSynchronized Propriété

Définition

Obtient une valeur qui indique si l'accès à la collection est synchronisé (thread-safe) lorsque l'objet DesignerAutoFormatCollection est casté en une interface ICollection.

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Valeur de propriété

Boolean

true, si DesignerAutoFormatCollection est synchronisé ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Elle ne peut être utilisée que lorsque l’objet DesignerAutoFormatCollection est converti en ICollection interface.

S’applique à

Voir aussi