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。