GridViewRowCollection.SyncRoot Propriedade

Definição

Obtém o objeto usado para sincronizar o acesso à coleção.Gets the object used to synchronize access to the 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

Object

Um Object 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

Use a SyncRoot propriedade para obter um objeto que pode ser usado para sincronizar o acesso à coleção.Use the SyncRoot property to get an object that can be used to synchronize access to the collection. O objeto retornado nessa implementação é o GridViewRowCollection próprio objeto.The object returned in this implementation is the GridViewRowCollection object itself.

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.

Aplica-se a

Confira também