ImageList.ImageCollection.ICollection.SyncRoot プロパティ

定義

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

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

プロパティ値

ImageList.ImageCollectionの同期に使用するオブジェクト。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ImageList.ImageCollection インスタンスがICollection インターフェイスにキャストされている場合にのみ使用できます。

適用対象