Vcl.JumpList.TCustomJumpList.ApplicationID

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

Delphi

property ApplicationID: string read FApplicationID write FApplicationID;

C++

__property System::UnicodeString ApplicationID = {read=FApplicationID, write=FApplicationID};

プロパティ

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


説明

アプリケーションのアプリケーション ユーザー モデル ID です。

警告: Windows API を使用してアプリケーション ユーザー モデル ID を定義した場合には、ApplicationID に異なる値を設定してはなりません。Loaded を参照してください。

アプリケーションのプロセスには Windows によって自動的にアプリケーション ユーザー モデル ID が割り当てられるため、ほとんどのアプリケーションではこのプロパティを定義する必要がありません。ただし、アプリケーションが複数のプロセスで構成される場合や、アプリケーションがホスト プロセス内で動作する場合には、このプロパティを使用してアプリケーションにカスタム アプリケーション ユーザー モデル ID を指定します。

関連項目