ModelItemCollection.IsFixedSize プロパティ

定義

コレクションのサイズが固定されているかどうかを示す値を取得します。

protected:
 virtual property bool IsFixedSize { bool get(); };
protected virtual bool IsFixedSize { get; }
member this.IsFixedSize : bool
Protected Overridable ReadOnly Property IsFixedSize As Boolean

プロパティ値

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

注釈

既定の実装では、コレクションが読み取り専用の場合、 true が返されます。

適用対象