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

プロパティ値

Boolean

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

注釈

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

適用対象