IUIAnimationManager2::ScheduleTransition-Methode (uianimation.h)
Erstellt und plant ein Storyboard mit nur einem Übergang.
Syntax
HRESULT ScheduleTransition(
[in] IUIAnimationVariable2 *variable,
[in] IUIAnimationTransition2 *transition,
[in] UI_ANIMATION_SECONDS timeNow
);
Parameter
[in] variable
Die Animationsvariable.
[in] transition
Ein Übergang, der auf die Animationsvariable angewendet werden soll.
[in] timeNow
Die aktuelle Systemzeit.
Rückgabewert
Gibt bei erfolgreicher Ausführung S_OK zurück. andernfalls ein HRESULT-Fehlercode . Eine Liste der Fehlercodes finden Sie unter Windows-Animationsfehlercodes .
Hinweise
Diese Methode plant ein neues Storyboard, indem das Storyboard erstellt, der angegebene Übergang auf die angegebene Variable angewendet und dann das Storyboard geplant wird.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 8, Windows 7 und Plattformupdate für Windows 7 [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Nicht unterstützt |
Zielplattform | Windows |
Kopfzeile | uianimation.h |
DLL | UIAnimation.dll |