StringKeyFrameCollection.Remove(StringKeyFrame) メソッド

定義

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

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

パラメーター

keyFrame
StringKeyFrame

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

適用対象