StringKeyFrameCollection.Add(StringKeyFrame) 方法

定义

将 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

适用于