DetailsViewRowCollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'oggetto DetailsViewRowCollection è 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 DetailsViewRowCollection è thread-safe.

Nota

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

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

Si applica a

Vedi anche