VectorKeyFrameCollection.Remove(VectorKeyFrame) 方法

定義

從集合中移除 VectorKeyFrame 物件。

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

參數

keyFrame
VectorKeyFrame

識別要從集合中移除的 VectorKeyFrame

適用於