CharKeyFrameCollection.Add(CharKeyFrame) 方法

定義

CharKeyFrame 加入至集合結尾。

public:
 int Add(System::Windows::Media::Animation::CharKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.CharKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.CharKeyFrame -> int
Public Function Add (keyFrame As CharKeyFrame) As Integer

參數

keyFrame
CharKeyFrame

要加入集合結尾的 CharKeyFrame

傳回

已加入 keyFrame 處的索引。

適用於