IAppInfoStatics.GetFromAppUserModelId(String) Method

Definition

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.

Applies to

See also