Vcl.JumpList.TCustomJumpList.TaskList

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

Delphi

property TaskList: TJumpListCollection read FTaskList write SetTaskList;

C++

__property TJumpListCollection* TaskList = {read=FTaskList, write=SetTaskList};

プロパティ

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


説明

タスクのリスト、アプリケーションのジャンプ リストのエントリであり、ユーザーが使用しやすいよう、アプリケーションの一部の機能へのクイック アクセスを提供します。

JumpListsTaskListMyItem.png

実行時にタスク リストへタスクを追加するには、AddTask を使用します。

メモ: Windows は、空のリストを表示しません。

例外

TasksList プロパティの内容を変更すると、次の例外のいずれかが発生することがあります:

Exception Exception.Message シナリオ

EJumpListException

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

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

AutoRefreshTrue で、TasksList プロパティの内容を変更した場合、ジャンプ リスト コンポーネントは次のメンバーを使用し、それらが各々の例外を発生させる可能性があります:

関連項目