GeneralTransform3DCollection.ICollection.SyncRoot プロパティ

定義

このメンバーの説明については、 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

プロパティ値

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

実装

注釈

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

ICollection.SyncRoot は、.NET Framework バージョン 3.5 で導入されています。 詳細については、「 バージョンと依存関係」を参照してください。

適用対象