Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 2.75 KB

nf-uianimation-iuianimationvariable-getcurrentstoryboard.md

File metadata and controls

71 lines (57 loc) · 2.75 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uianimation.IUIAnimationVariable.GetCurrentStoryboard
IUIAnimationVariable::GetCurrentStoryboard (uianimation.h)
Gets the storyboard that is currently animating the animation variable.
GetCurrentStoryboard
GetCurrentStoryboard method [Windows Animation]
GetCurrentStoryboard method [Windows Animation]
IUIAnimationVariable interface
IUIAnimationVariable interface [Windows Animation]
GetCurrentStoryboard method
IUIAnimationVariable.GetCurrentStoryboard
IUIAnimationVariable::GetCurrentStoryboard
uianimation.iuianimationvariable_getcurrentstoryboard
uianimation/IUIAnimationVariable::GetCurrentStoryboard
uianimation\iuianimationvariable_getcurrentstoryboard.htm
UIAnimation
56042549-d6f6-4eed-8079-c1b14acbe160
12/05/2018
GetCurrentStoryboard, GetCurrentStoryboard method [Windows Animation], GetCurrentStoryboard method [Windows Animation],IUIAnimationVariable interface, IUIAnimationVariable interface [Windows Animation],GetCurrentStoryboard method, IUIAnimationVariable.GetCurrentStoryboard, IUIAnimationVariable::GetCurrentStoryboard, uianimation.iuianimationvariable_getcurrentstoryboard, uianimation/IUIAnimationVariable::GetCurrentStoryboard
uianimation.h
Windows
Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps \| UWP apps]
None supported
UIAnimation.idl
UIAnimation.dll
Windows
19H1
IUIAnimationVariable::GetCurrentStoryboard
uianimation/IUIAnimationVariable::GetCurrentStoryboard
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationVariable.GetCurrentStoryboard

IUIAnimationVariable::GetCurrentStoryboard

-description

Gets the storyboard that is currently animating the animation variable.

-parameters

-param storyboard [out]

The current storyboard, or NULL if no storyboard is currently animating the animation variable.

-returns

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. See UIAnimation Error Codes for a list of error codes.

-see-also

IUIAnimationStoryboard

IUIAnimationVariable