Vector3DKeyFrameCollection.Remove(Vector3DKeyFrame) メソッド

定義

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

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

パラメーター

keyFrame
Vector3DKeyFrame

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

適用対象