AppInfo.GetFromAppUserModelId(String) 方法

定义

检索与 AppUserModelId (AUMID) 关联的 AppInfo 对象。

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

参数

appUserModelId
String

Platform::String

winrt::hstring

要从中检索 AppInfo 的应用的 AUMID。

返回

对应于给定 AUMID 的 AppInfo。

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)

注解

请求另一个包的 AppInfo 需要 packageQuery 功能。 如果 AUMID 解析为当前包,则不需要此功能。 请注意,完全信任应用程序默认具有此功能。

适用于

另请参阅