ToolboxCategoryItems.ICollection.IsSynchronized 屬性

定義

取得值,這個值會指出 ToolboxCategoryItems 的存取是否同步 (具備安全執行緒)。

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

屬性值

如果 true 的存取為同步 (安全執行緒),則為 ToolboxCategoryItems,否則為 false

實作

備註

ToolboxCategoryItems 會實作 ICollection 介面。 ICollection.SyncRoot 屬性會傳回物件,這個物件可用來同步處理對 ToolboxCategoryItems 的存取。

適用於