AppInfo.GetFromAppUserModelId(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AppUserModelId (AUMID) に関連付けられている AppInfo オブジェクトを取得します。
public:
static AppInfo ^ GetFromAppUserModelId(Platform::String ^ appUserModelId);
static AppInfo GetFromAppUserModelId(winrt::hstring const& appUserModelId);
public static AppInfo GetFromAppUserModelId(string appUserModelId);
function getFromAppUserModelId(appUserModelId)
Public Shared Function GetFromAppUserModelId (appUserModelId As String) As AppInfo
パラメーター
- appUserModelId
-
String
Platform::String
winrt::hstring
AppInfo の取得元となるアプリの AUMID。
戻り値
指定された AUMID に対応する AppInfo。
Windows の要件
デバイス ファミリ |
Windows 10, version 2004 (10.0.19041.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v10.0 で導入)
|
注釈
別のパッケージの AppInfo を要求するには、 packageQuery 機能が必要です。 AUMID が現在のパッケージに解決される場合、この機能は必要ありません。 完全信頼アプリケーションには、既定でこの機能があることに注意してください。