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 을 식별합니다.

적용 대상