TreeNodeCollection.ICollection.SyncRoot プロパティ
定義
コレクションへのアクセスを同期するために使用できるオブジェクトを取得します。Gets an object that can be used to synchronize access to the collection.
property System::Object ^ System::Collections::ICollection::SyncRoot { System::Object ^ get(); };
object System.Collections.ICollection.SyncRoot { get; }
ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot
プロパティ値
TreeNodeCollection へのアクセスを同期するために使用できるオブジェクト。An object that can be used to synchronize access to the TreeNodeCollection.