ToolboxCategoryItems.ICollection.SyncRoot プロパティ

定義

ToolboxCategoryItems へのアクセスを同期するために使用できるオブジェクトを取得します。

property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
member this.System.Collections.ICollection.SyncRoot : obj
 ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot

プロパティ値

ToolboxCategoryItems へのアクセスの同期に使用できるオブジェクトです。

実装

注釈

ToolboxCategoryItems では、ICollection インターフェイスを実装します。

適用対象