StringKeyFrameCollection.Add(StringKeyFrame) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Dodaje element StringKeyFrame na końcu kolekcji.
public:
int Add(System::Windows::Media::Animation::StringKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.StringKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.StringKeyFrame -> int
Public Function Add (keyFrame As StringKeyFrame) As Integer
Parametry
- keyFrame
- StringKeyFrame
Element StringKeyFrame do dodania na końcu kolekcji.
Zwraca
Indeks, w którym keyFrame
został dodany.