Rotation3DKeyFrameCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置にある Rotation3DKeyFrame を取得または設定します。
public:
property System::Windows::Media::Animation::Rotation3DKeyFrame ^ default[int] { System::Windows::Media::Animation::Rotation3DKeyFrame ^ get(int index); void set(int index, System::Windows::Media::Animation::Rotation3DKeyFrame ^ value); };
public System.Windows.Media.Animation.Rotation3DKeyFrame this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.Rotation3DKeyFrame with get, set
Default Public Property Item(index As Integer) As Rotation3DKeyFrame
パラメーター
- index
- Int32
取得または設定する Rotation3DKeyFrame の 0 から始まるインデックス番号。
プロパティ値
指定したインデックスにある Rotation3DKeyFrame です。
例外
コレクションが固定されている (IsFrozen プロパティが true
である) ため、そのコレクションを変更しようとしてもできません。