Rotation3DKeyFrameCollection.Insert(Int32, Rotation3DKeyFrame) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Rotation3DKeyFrame をコレクション内の特定の場所に挿入します。
public:
void Insert(int index, System::Windows::Media::Animation::Rotation3DKeyFrame ^ keyFrame);
public void Insert (int index, System.Windows.Media.Animation.Rotation3DKeyFrame keyFrame);
member this.Insert : int * System.Windows.Media.Animation.Rotation3DKeyFrame -> unit
Public Sub Insert (index As Integer, keyFrame As Rotation3DKeyFrame)
パラメーター
- index
- Int32
Rotation3DKeyFrame を挿入するインデックス位置。
- keyFrame
- Rotation3DKeyFrame
コレクションに挿入する Rotation3DKeyFrame オブジェクト。