IUIAnimationVariable::GetValue 方法 (uianimation.h)

获取动画变量的当前值。

语法

HRESULT GetValue(
  [out] DOUBLE *value
);

参数

[out] value

动画变量的当前值。

返回值

如果该方法成功,则它会返回 S_OK。 否则,将返回 HRESULT 错误代码。 有关错误代码的列表,请参阅 Windows 动画 错误代码。

注解

结果可能会分别受 IUIAnimationVariable::SetLowerBound 和 IUIAnimationVariable::SetUpperBound 确定的下限和上限的影响。

示例

有关示例,请参阅 读取动画变量值

要求

要求
最低受支持的客户端 Windows 7、Windows Vista 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 uianimation.h
DLL UIAnimation.dll

另请参阅

IUIAnimationVariable

IUIAnimationVariable::GetFinalValue

IUIAnimationVariable::GetIntegerValue

IUIAnimationVariable::GetPreviousValue

IUIAnimationVariable::SetLowerBound

IUIAnimationVariable::SetUpperBound