ToolboxCategory.ICollection.IsSynchronized Propriedade

Definição

Recebe um valor que indica se o acesso ao ToolboxCategory é sincronizado (thread safe).

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

Valor de Propriedade

true se o acesso ao ToolboxCategory for sincronizado (thread safe); caso contrário, false.

Implementações

Observações

ToolboxCategory implementa a ICollection interface. A ICollection.SyncRoot propriedade devolve um objeto, que pode ser usado para sincronizar o acesso ao ToolboxCategory.

Aplica-se a