DesignerAutoFormatCollection.ICollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'accesso all'insieme è sincronizzato (thread-safe) quando l'oggetto viene sottoposto a cast a un'interfaccia DesignerAutoFormatCollectionICollection .

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

Valore della proprietà

truese l'oggetto DesignerAutoFormatCollection è sincronizzato; in caso contrario false, .

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'oggetto a un'interfaccia DesignerAutoFormatCollectionICollection .

Si applica a

Vedi anche