Freigeben über


IUIAnimationVariable2::GetCurrentStoryboard-Methode (uianimation.h)

Ruft das aktive Storyboard für die Animationsvariable ab.

Syntax

HRESULT GetCurrentStoryboard(
  [out] IUIAnimationStoryboard2 **storyboard
);

Parameter

[out] storyboard

Das aktive Storyboard oder NULL, wenn die Animationsvariable nicht animiert wird.

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 Windows-Animationsfehlercodes .

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

IUIAnimationVariable2