Rotation3DKeyFrameCollection.Remove(Rotation3DKeyFrame) メソッド

定義

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

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

パラメーター

keyFrame
Rotation3DKeyFrame

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

適用対象