次の方法で共有


AppExtension.AppUserModelId プロパティ

定義

アプリを一意に識別する識別子を取得します。

public:
 property Platform::String ^ AppUserModelId { Platform::String ^ get(); };
winrt::hstring AppUserModelId();
public string AppUserModelId { get; }
var string = appExtension.appUserModelId;
Public ReadOnly Property AppUserModelId As String

プロパティ値

String

Platform::String

winrt::hstring

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

Windows の要件

デバイス ファミリ
Windows 11 (10.0.22000.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v14.0 で導入)

注釈

アプリケーション ユーザー モデル識別子は、プロセス、ファイル、ウィンドウを特定のアプリケーションに関連付けるために使用されます。 詳細については、「 アプリケーション ユーザー モデル ID 」を参照してください。

この API は、より効率的ですが、それ以外の場合は AppInfo.AppUserModelId プロパティとまったく同じです。

適用対象

こちらもご覧ください