IAppInfoStatics.GetFromAppUserModelId(String) 方法

定义

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。

适用于

另请参阅