StringKeyFrameCollection.Add(StringKeyFrame) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在收藏的最後加上 a StringKeyFrame 。
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
參數
- keyFrame
- StringKeyFrame
StringKeyFrame將此加到收藏的最後。
傳回
該指數被加進的索引 keyFrame 。