Partager via


Méthode IUIAnimationManager2::AbandonAllStoryboards (uianimation.h)

Abandonne tous les storyboards actifs.

Syntaxe

HRESULT AbandonAllStoryboards();

Valeur de retour

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT. Pour obtenir la liste des codes d’erreur, consultez Codes d’erreur d’animation Windows .

Remarques

L’appel de cette méthode revient à appeler la méthode IUIAnimationStoryboard::Abandon pour chaque storyboard actif.

Un storyboard est considéré comme actif si un appel à la méthode IUIAnimationStoryboard::GetStatus retourne UI_ANIMATION_STORYBOARD_PLAYING ou UI_ANIMATION_STORYBOARD_SCHEDULED.

Configuration requise

   
Client minimal pris en charge Windows 8, Windows 7 et Mise à jour de plateforme pour Windows 7 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Aucun pris en charge
Plateforme cible Windows
En-tête uianimation.h
DLL UIAnimation.dll

Voir aussi

IUIAnimationManager2

IUIAnimationStoryboard::Abandon

IUIAnimationStoryboard::GetStatus

UI_ANIMATION_STORYBOARD_STATUS