次の方法で共有


ModelComponentCollection.IsFixedSize プロパティ

定義

ModelComponentCollection が固定サイズかどうかを示す値を取得します。

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

プロパティ値

モデル コンポーネント コレクションのサイズが固定されている場合は true。それ以外の場合は false。

実装

適用対象