TableRowCollection.SyncRoot Proprietà

Definizione

Ottiene l’oggetto che può essere utilizzato per sincronizzare l'accesso a TableRowCollection.

public:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object

Valore della proprietà

Object

Oggetto che può essere utilizzato per sincronizzare l'accesso alla raccolta.

Implementazioni

Commenti

L'oggetto restituito in questa implementazione è lo TableRowCollection stesso.

Per altre informazioni sulla SyncRoot proprietà, vedere la ICollection.SyncRoot proprietà dell'interfaccia System.Collections.ICollection .

Si applica a

Vedi anche