共用方式為


IUIAnimationVariable::GetPreviousValue 方法 (uianimation.h)

取得動畫變數的先前值。 這是最近更新之前動畫變數的值。

語法

HRESULT GetPreviousValue(
  [out] DOUBLE *previousValue
);

參數

[out] previousValue

動畫變數的上一個值。

傳回值

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

備註

結果可能會受到 IUIAnimationVariable::SetLowerBoundIUIAnimationVariable::SetUpperBound所決定的下限和上限影響。

需求

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

另請參閱

IUIAnimationVariable

IUIAnimationVariable::GetFinalValue

IUIAnimationVariable::GetPreviousIntegerValue

IUIAnimationVariable::SetLowerBound

IUIAnimationVariable::SetUpperBound