IAppInfoStatics.GetFromAppUserModelId(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an interface definition for the AppInfo.GetFromAppUserModelId method.
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
Parameters
- appUserModelId
-
String
Platform::String
winrt::hstring
The AUMID to retrieve the AppInfo from.
Returns
The AppInfo corresponding to the given AUMID.