Timeline.AllocateClock Methode

Definition

Erstellt hierfür einen ClockTimeline.

protected public:
 virtual System::Windows::Media::Animation::Clock ^ AllocateClock();
protected internal virtual System.Windows.Media.Animation.Clock AllocateClock();
abstract member AllocateClock : unit -> System.Windows.Media.Animation.Clock
override this.AllocateClock : unit -> System.Windows.Media.Animation.Clock
Protected Friend Overridable Function AllocateClock () As Clock

Gibt zurück

Eine Uhr dafür Timeline.

Hinweise

Diese Methode wird von der CreateClock Methode aufgerufen und sollte nicht direkt von Ihrem Code aufgerufen werden.

Hinweise für Vererber

Implementierer von Timeline should override this method when it has a corresponding custom clock that should be used with the class. Die überschriebene Methode sollte eine neue Instanz der Klasse erstellen und zurückgeben, die von Clock.

Gilt für: