共用方式為


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。

適用於

另請參閱