InputBindingCollection.IsFixedSize プロパティ

定義

この InputBindingCollection で固定サイズが使用されているかどうかを示す値を取得します。

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

プロパティ値

コレクションが固定サイズの場合は true。それ以外の場合は false。 既定値は、false です。

実装

注釈

InputBindingCollectionは決して固定サイズではありません。したがって、 IsFixedSize は常に を返しますfalse

適用対象