Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 895 Bytes

appinfo_getfromappusermodelid_491110690.md

File metadata and controls

29 lines (20 loc) · 895 Bytes
-api-id -api-type
M:Windows.ApplicationModel.AppInfo.GetFromAppUserModelId(System.String)
winrt method

Windows.ApplicationModel.AppInfo.GetFromAppUserModelId

-description

Retrieves the AppInfo object associated with an AppUserModelId (AUMID).

-parameters

-param appUserModelId

The AUMID of the app from which to retrieve the AppInfo.

-returns

The AppInfo corresponding to the given AUMID.

-remarks

Requesting the AppInfo for another package requires the packageQuery capability. This capability is not required if the AUMID resolves to the current package. Note that full trust applications have this capability by default.

-see-also

AppInfo.GetFromAppUserModelIdForUser

-examples