ByteKeyFrameCollection.Remove(ByteKeyFrame) メソッド

定義

ByteKeyFrame オブジェクトをコレクションから削除します。

public:
 void Remove(System::Windows::Media::Animation::ByteKeyFrame ^ keyFrame);
public void Remove (System.Windows.Media.Animation.ByteKeyFrame keyFrame);
member this.Remove : System.Windows.Media.Animation.ByteKeyFrame -> unit
Public Sub Remove (keyFrame As ByteKeyFrame)

パラメーター

keyFrame
ByteKeyFrame

コレクションから削除する ByteKeyFrame を識別します。

適用対象