ByteKeyFrameCollection.Remove(ByteKeyFrame) 메서드

정의

ByteKeyFrame 컬렉션에서 개체를 제거합니다.

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

매개 변수

keyFrame
ByteKeyFrame

ByteKeyFrame 컬렉션에서 제거할 개체를 식별합니다.

적용 대상