HtmlTableRowCollection.SyncRoot Свойство
Определение
Возвращает объект, который можно использовать для синхронизации доступа к коллекции HtmlTableRowCollection.Gets the object that can be used to synchronize access to the HtmlTableRowCollection collection.
public:
property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object
Значение свойства
Объект, который может быть использован для синхронизации доступа к коллекции.An object that can be used to synchronize access to the collection.
Реализации
Комментарии
Объект, возвращаемый в этой реализации, является текущим экземпляром HtmlTableRowCollection класса.The object returned in this implementation is the current instance of the HtmlTableRowCollection class.
Дополнительные сведения о SyncRoot свойстве см. в описании ICollection.SyncRoot свойства System.Collections.ICollection интерфейса.For more information on the SyncRoot property, see the ICollection.SyncRoot property of the System.Collections.ICollection interface.