Freigeben über


IUIAnimationManager2::AbandonAllStoryboards-Methode (uianimation.h)

Gibt alle aktiven Storyboards auf.

Syntax

HRESULT AbandonAllStoryboards();

Rückgabewert

Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben. Eine Liste der Fehlercodes finden Sie unter Fehlercodes für die Windows-Animation .

Hinweise

Das Aufrufen dieser Methode entspricht dem Aufrufen der IUIAnimationStoryboard::Abandon-Methode für jedes aktive Storyboard.

Ein Storyboard gilt als aktiv, wenn ein Aufruf der IUIAnimationStoryboard::GetStatus-MethodeUI_ANIMATION_STORYBOARD_PLAYING oder UI_ANIMATION_STORYBOARD_SCHEDULED zurückgibt.

Anforderungen

   
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

Weitere Informationen

IUIAnimationManager2

IUIAnimationStoryboard::Abandon

IUIAnimationStoryboard::GetStatus

UI_ANIMATION_STORYBOARD_STATUS