InputBindingCollection.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si tiene InputBindingCollection un tamaño fijo.

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

Valor de propiedad

true si la colección tiene un tamaño fijo; de lo contrario, false. El valor predeterminado es false.

Implementaciones

Comentarios

Nunca InputBindingCollection es un tamaño fijo; por lo tanto, IsFixedSize siempre devuelve false.

Se aplica a