HtmlTableRowCollection.SyncRoot Propriedade
Definição
Obtém o objeto que pode ser usado para sincronizar o acesso à coleção 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
Valor da propriedade
Um objeto que pode ser usado para sincronizar o acesso à coleção.An object that can be used to synchronize access to the collection.
Implementações
Comentários
O objeto retornado nessa implementação é a instância atual da HtmlTableRowCollection classe.The object returned in this implementation is the current instance of the HtmlTableRowCollection class.
Para obter mais informações sobre a SyncRoot propriedade, consulte a ICollection.SyncRoot propriedade da System.Collections.ICollection interface.For more information on the SyncRoot property, see the ICollection.SyncRoot property of the System.Collections.ICollection interface.