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

適用於