InputBindingCollection.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob dies InputBindingCollection schreibgeschützt ist.

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

Eigenschaftswert

truewenn die Sammlung schreibgeschützt ist; andernfalls . false Der Standardwert lautet false.

Implementiert

Hinweise

Ein InputBindingCollection ist nie schreibgeschützt; daher IsReadOnly wird immer zurückgegeben false.

Gilt für: