Rotation3DKeyFrameCollection.Insert(Int32, Rotation3DKeyFrame) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vloží do Rotation3DKeyFrame konkrétního umístění v kolekci.
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)
Parametry
- index
- Int32
Pozice indexu Rotation3DKeyFrame , do které se vloží.
- keyFrame
- Rotation3DKeyFrame
Objekt Rotation3DKeyFrame , který chcete vložit do kolekce.