共用方式為


IUIAnimationLoopIterationChangeHandler2::OnLoopIterationChanged 方法 (uianimation.h)

處理迴圈反覆項目變更事件,當分鏡腳本內的循環開始新的反覆專案時,就會發生此事件。

語法

HRESULT OnLoopIterationChanged(
  [in] IUIAnimationStoryboard2 *storyboard,
  [in] UINT_PTR                id,
  [in] UINT32                  newIterationCount,
  [in] UINT32                  oldIterationCount
);

參數

[in] storyboard

迴圈所屬的分鏡腳本。

[in] id

迴圈標識碼。

[in] newIterationCount

最新 IUIAnimationManager2::Update 的反覆項目計數。

[in] oldIterationCount

上一個 IUIAnimationManager2::Update 的反覆項目計數。

傳回值

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

規格需求

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

另請參閱

IUIAnimationLoopIterationChangeHandler2