ToolboxCategoryItems.ICollection.IsSynchronized Propriedade
Definição
Obtém um valor que indica se o acesso ao ToolboxCategoryItems é sincronizado (thread-safe).Gets a value that indicates whether access to the ToolboxCategoryItems is synchronized (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 da propriedade
true caso o acesso ao ToolboxCategoryItems seja sincronizado (thread-safe); do contrário, false.true if access to the ToolboxCategoryItems is synchronized (thread safe); otherwise, false.
Implementações
Comentários
ToolboxCategoryItems implementa a interface ICollection.ToolboxCategoryItems implements the ICollection interface. A ICollection.SyncRoot propriedade retorna um objeto, que pode ser usado para sincronizar o acesso ao ToolboxCategoryItems .The ICollection.SyncRoot property returns an object, which can be used to synchronize access to the ToolboxCategoryItems.