言語

ByteKeyFrameCollection.Add(ByteKeyFrame) メソッド

定義

コレクションの末尾に ByteKeyFrame を追加します。

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

パラメーター

keyFrame
ByteKeyFrame

コレクションの末尾に追加する ByteKeyFrame

返品

keyFrameが追加されたインデックス。

適用対象