GridViewRowCollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'oggetto GridViewRowCollection è sincronizzato (thread-safe).

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Valore della proprietà

Restituisce sempre false.

Implementazioni

Commenti

Utilizzare la IsSynchronized proprietà per determinare se l'oggetto GridViewRowCollection è thread-safe.

Nota

Questa proprietà è stata sottoposta a override per restituire false sempre che l'oggetto GridViewRowCollection non è thread-safe.

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

Si applica a

Vedi anche