次の方法で共有


AppInfo.GetFromAppUserModelId(String) メソッド

定義

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 が現在のパッケージに解決される場合、この機能は必要ありません。 完全信頼アプリケーションには、既定でこの機能があることに注意してください。

適用対象

こちらもご覧ください