QuaternionKeyFrameCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある QuaternionKeyFrame を取得または設定します。

public:
 property System::Windows::Media::Animation::QuaternionKeyFrame ^ default[int] { System::Windows::Media::Animation::QuaternionKeyFrame ^ get(int index); void set(int index, System::Windows::Media::Animation::QuaternionKeyFrame ^ value); };
public System.Windows.Media.Animation.QuaternionKeyFrame this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.QuaternionKeyFrame with get, set
Default Public Property Item(index As Integer) As QuaternionKeyFrame

パラメーター

index
Int32

取得または設定する QuaternionKeyFrame の 0 から始まるインデックス。

プロパティ値

指定したインデックス位置にある QuaternionKeyFrame

例外

コレクションが固定されているため、コレクションの変更は無効です (その IsFrozen プロパティは true)。

index が 0 未満です。

-又は-

indexCount 以上です。

適用対象