TimelineGroup.AllocateClock Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une horloge spécifique au type pour cette chronologie.
protected public:
override System::Windows::Media::Animation::Clock ^ AllocateClock();
protected internal override System.Windows.Media.Animation.Clock AllocateClock ();
override this.AllocateClock : unit -> System.Windows.Media.Animation.Clock
Protected Friend Overrides Function AllocateClock () As Clock
Retours
Horloge pour cette chronologie.
Remarques
Si une classe dérivée remplace cette méthode, elle ne doit créer et retourner qu’un objet d’une classe hérite de Clock.