Freigeben über


IUIAnimationVariable::GetCurrentStoryboard-Methode (uianimation.h)

Ruft das Storyboard ab, das derzeit die Animationsvariable animiert.

Syntax

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

Parameter

[out] storyboard

Das aktuelle Storyboard oder NULL , wenn derzeit kein Storyboard die Animationsvariable animiert.

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 UIAnimation-Fehlercodes .

Anforderungen

Anforderung Wert
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

IUIAnimationVariable