StringKeyFrameCollection.IsFixedSize プロパティ

定義

コレクションのサイズが変更される可能性があるかどうかを示す値を取得します。

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

プロパティ値

true コレクションが固定されている場合。それ以外の場合は false

実装

適用対象