InputBindingCollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'accesso a InputBindingCollection è sincronizzato, ovvero 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à

true se l'insieme è thread-safe; in caso contrario, false. Il valore predefinito è false.

Implementazioni

Commenti

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

Si applica a