IAppInfoStatics.GetFromAppUserModelId(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。