StringKeyFrameCollection.Remove(StringKeyFrame) Methode
Definition
Entfernt ein StringKeyFrame-Objekt aus der Auflistung.Removes a StringKeyFrame object from the collection.
public:
void Remove(System::Windows::Media::Animation::StringKeyFrame ^ keyFrame);
public void Remove (System.Windows.Media.Animation.StringKeyFrame keyFrame);
member this.Remove : System.Windows.Media.Animation.StringKeyFrame -> unit
Public Sub Remove (keyFrame As StringKeyFrame)
Parameter
- keyFrame
- StringKeyFrame
Gibt den aus der Auflistung zu entfernenden StringKeyFrame an.Identifies the StringKeyFrame to remove from the collection.