IUIAnimationManager::AbandonAllStoryboards-Methode (uianimation.h)
Gibt alle aktiven Storyboards auf.
Syntax
HRESULT AbandonAllStoryboards();
Rückgabewert
Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben. Eine Liste der Fehlercodes finden Sie unter Windows-Animationsfehlercodes .
Hinweise
Das Aufrufen dieser Methode entspricht dem Aufrufen der IUIAnimationStoryboard::Abandon-Methode für jedes aktive Storyboard.
Ein Storyboard gilt als aktiv, wenn sein status UI_ANIMATION_STORYBOARD_PLAYING oder UI_ANIMATION_STORYBOARD_SCHEDULED ist.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista und Platform Update für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Nicht unterstützt |
Zielplattform | Windows |
Kopfzeile | uianimation.h |
DLL | UIAnimation.dll |
Weitere Informationen
IUIAnimationStoryboard::Abandon