InputBindingCollection.IsFixedSize Propiedad

Definición

Obtiene un valor que indica si esta InputBindingCollection tiene 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

Es true si la colección tiene un tamaño fijo; de lo contrario, es false. De manera predeterminada, es false.

Implementaciones

Comentarios

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

Se aplica a