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 컬렉션에서 제거할 개체를 식별합니다.

적용 대상