CommandBindingCollection.IsFixedSize Propriété

Définition

Obtient une valeur indiquant si ce CommandBindingCollection est de taille fixe.

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

Valeur de propriété

true si la collection a une taille fixe ; sinon, false. La valeur par défaut est false.

Implémente

Remarques

Un CommandBindingCollection n’est jamais une taille fixe ; par conséquent, IsFixedSize retourne falsetoujours .

S’applique à