Skip to content

Latest commit

 

History

History
94 lines (67 loc) · 3.51 KB

nf-uianimation-iuianimationmanager-getvariablefromtag.md

File metadata and controls

94 lines (67 loc) · 3.51 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.IUIAnimationManager.GetVariableFromTag
IUIAnimationManager::GetVariableFromTag (uianimation.h)
Gets the animation variable with the specified tag. (IUIAnimationManager.GetVariableFromTag)
GetVariableFromTag
GetVariableFromTag method [Windows Animation]
GetVariableFromTag method [Windows Animation]
IUIAnimationManager interface
IUIAnimationManager interface [Windows Animation]
GetVariableFromTag method
IUIAnimationManager.GetVariableFromTag
IUIAnimationManager::GetVariableFromTag
uianimation.iuianimationmanager_getvariablefromtag
uianimation/IUIAnimationManager::GetVariableFromTag
uianimation\iuianimationmanager_getvariablefromtag.htm
UIAnimation
611c5341-f225-461d-9718-a2432d796764
12/05/2018
GetVariableFromTag, GetVariableFromTag method [Windows Animation], GetVariableFromTag method [Windows Animation],IUIAnimationManager interface, IUIAnimationManager interface [Windows Animation],GetVariableFromTag method, IUIAnimationManager.GetVariableFromTag, IUIAnimationManager::GetVariableFromTag, uianimation.iuianimationmanager_getvariablefromtag, uianimation/IUIAnimationManager::GetVariableFromTag
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
IUIAnimationManager::GetVariableFromTag
uianimation/IUIAnimationManager::GetVariableFromTag
c++
APIRef
kbSyntax
COM
UIAnimation.dll
IUIAnimationManager.GetVariableFromTag

IUIAnimationManager::GetVariableFromTag

-description

Gets the animation variable with the specified tag.

-parameters

-param object [in, optional]

The object portion of the tag. This parameter can be NULL.

-param id [in]

The identifier portion of the tag.

-param variable [out]

The animation variable that matches the specified tag, or NULL if no match is found.

-returns

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

-remarks

A tag is a pairing of an integer identifier (id) with a COM object (object). An application can use tags to identify animation variables and storyboards. NULL is a valid object component of a tag; therefore, the object parameter can be NULL.

Tags are not necessarily unique; this method returns UI_E_AMBIGUOUS_MATCH if more than one animation variable exists with the specified tag.

-see-also

IUIAnimationManager

IUIAnimationVariable

IUIAnimationVariable::GetTag

IUIAnimationVariable::SetTag