ToolboxCategoryItems.ICollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'accesso all'oggetto ToolboxCategoryItems è sincronizzato (affidabile).

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à

Boolean

true se l'accesso a ToolboxCategoryItems è sincronizzato (thread-safe); in caso contrario, false.

Implementazioni

Commenti

L'oggetto ToolboxCategoryItems implementa l'interfaccia ICollection. La proprietà ICollection.SyncRoot restituisce un oggetto che può essere utilizzato per sincronizzare l'accesso a ToolboxCategoryItems.

Si applica a