Share via


IAppInfoStatics.GetFromAppUserModelId(String) メソッド

定義

AppInfo.GetFromAppUserModelId メソッドのインターフェイス定義を提供します。

public:
 AppInfo ^ GetFromAppUserModelId(Platform::String ^ appUserModelId);
AppInfo GetFromAppUserModelId(winrt::hstring const& appUserModelId);
public AppInfo GetFromAppUserModelId(string appUserModelId);
function getFromAppUserModelId(appUserModelId)
Public Function GetFromAppUserModelId (appUserModelId As String) As AppInfo

パラメーター

appUserModelId
String

Platform::String

winrt::hstring

AppInfo を取得する AUMID。

戻り値

指定された AUMID に対応する AppInfo。

適用対象

こちらもご覧ください