次の方法で共有


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

プロパティ値

Object

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

実装

注釈

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

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

適用対象