CommandBindingCollection.IsFixedSize Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of dit CommandBindingCollection een vaste grootte heeft.

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

Waarde van eigenschap

true als de verzameling een vaste grootte heeft; anders, false. De standaardwaarde is false.

Implementeringen

Opmerkingen

A CommandBindingCollection is nooit een vaste grootte, dus IsFixedSize zal altijd terugkeren false.

Van toepassing op