ListBox.IntegerCollection.ICollection.SyncRoot Свойство
Определение
Возвращает объект, который может быть использован для синхронизации доступа к коллекции элементов управления.Gets an object that can be used to synchronize access to the collection of controls.
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
Значение свойства
Объект, используемый для синхронизации коллекции.The object used to synchronize to the collection.
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр ListBox.IntegerCollection приведен к типу интерфейса ICollection.It can be used only when the ListBox.IntegerCollection instance is cast to an ICollection interface.