共用方式為


IUIAnimationVariable::GetFinalIntegerValue 方法 (uianimation.h)

取得動畫變數的最終值做為整數。
這是所有目前排程動畫完成之後的值。

語法

HRESULT GetFinalIntegerValue(
  [out] INT32 *finalValue
);

參數

[out] finalValue

動畫變數的最終值,轉換為 INT32 值。

傳回值

如果方法成功,它會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。 如需錯誤碼的清單,請參閱 Windows 動畫錯誤碼

傳回碼 Description
UI_E_VALUE_NOT_DETERMINED
目前無法判斷動畫變數的最終值。

備註

若要指定轉換值時要使用的進位模式,請使用 IUIAnimationVariable::SetRoundingMode 方法。

結果也可以分別受到 IUIAnimationVariable::SetLowerBoundIUIAnimationVariable::SetUpperBound 所決定的下限和上限影響。

規格需求

需求
最低支援的用戶端 適用於 Windows Vista 的 Windows 7、Windows Vista 和平臺更新 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 都不支援
目標平台 Windows
標頭 uianimation.h
Dll UIAnimation.dll

另請參閱

IUIAnimationVariable

IUIAnimationVariable::GetFinalValue

IUIAnimationVariable::GetIntegerValue

IUIAnimationVariable::GetPreviousIntegerValue

IUIAnimationVariable::SetLowerBound

IUIAnimationVariable::SetRoundingMode

IUIAnimationVariable::SetUpperBound