ClockCollection.Remove(Clock) Methode

Definition

Entfernt die angegebene Clock aus der ClockCollection.

public:
 virtual bool Remove(System::Windows::Media::Animation::Clock ^ item);
public bool Remove (System.Windows.Media.Animation.Clock item);
abstract member Remove : System.Windows.Media.Animation.Clock -> bool
override this.Remove : System.Windows.Media.Animation.Clock -> bool
Public Function Remove (item As Clock) As Boolean

Parameter

item
Clock

Das zu entfernende Objekt.

Gibt zurück

true, wenn item erfolgreich entfernt wurde, andernfalls false.

Implementiert

Gilt für: