Vcl.JumpList.TCustomJumpList.AutoRefresh

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AutoRefresh: Boolean read FAutoRefresh write SetAutoRefresh default False;

C++

__property bool AutoRefresh = {read=FAutoRefresh, write=SetAutoRefresh, default=0};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TCustomJumpList


説明

タスク リストカスタム カテゴリ リストへの変更が、Windows タスク バーにおいて自動的に更新されるべきか(True)、もしくは、それらの変更は Windows タスク バーにおいて UpdateList を使用して手動でのみ更新されるべきか(False)を、決定します。

例外

AutoRefresh プロパティを True に設定すると、次の例外が発生する可能性があります:

Exception Exception.Message シナリオ

EJumpListException

ジャンプリストの例外: エラー <code> が <Beginning List> で発生します。

  • AutoRefresh を有効にした後、ジャンプ リスト コンポーネントが行っている更新の間、ICustomDestinationList::BeginList がエラー コードを返し、ユーザーは OnListUpdateError イベントを処理しなかった、もしくは、イベント ハンドラがエラーを処理対象と判別しなかった

ジャンプリストの例外: エラー <code> が <Committing List> で発生します。

  • AutoRefresh を有効にした後、ジャンプ リスト コンポーネントが行っている更新の間、ICustomDestinationList::CommitList がエラー コードを返し、ユーザーは OnListUpdateError イベントを処理しなかった、もしくは、イベント ハンドラがエラーを処理対象と判別しなかった

AutoRefreshTrue に設定すると、ジャンプ リスト コンポーネントは次のメンバーを使用し、それらが各々の例外を発生させる可能性があります:

関連項目