BitmapEffectCollection.ICollection.SyncRoot プロパティ

定義

注: この API は廃止されました。 廃止されていない代替手段は Effect。 このメンバーの説明については、 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

プロパティ値

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

実装

注釈

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

適用対象