Vcl.JumpList.TJumpList.ApplicationID

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

Delphi

property ApplicationID: string read FApplicationID write FApplicationID default 0;

C++

__property ApplicationID = {default=0};

プロパティ

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

説明

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

Vcl.JumpList.TJumpList.ApplicationID は Vcl.JumpList.TCustomJumpList.ApplicationID を継承しています。以下の内容はすべて Vcl.JumpList.TCustomJumpList.ApplicationID を参照しています。

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

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

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

関連項目