IAppInfoStatics.GetFromAppUserModelIdForUser(User, String) Method

Definition

Provides an interface definition for the AppInfo.GetFromAppUserModelIdForUser method.

public:
 AppInfo ^ GetFromAppUserModelIdForUser(User ^ user, Platform::String ^ appUserModelId);
AppInfo GetFromAppUserModelIdForUser(User const& user, winrt::hstring const& appUserModelId);
public AppInfo GetFromAppUserModelIdForUser(User user, string appUserModelId);
function getFromAppUserModelIdForUser(user, appUserModelId)
Public Function GetFromAppUserModelIdForUser (user As User, appUserModelId As String) As AppInfo

Parameters

user
User

The User whose AppInfos you wish to access.

appUserModelId
String

Platform::String

winrt::hstring

The AUMID to retrieve the AppInfo from.

Returns

The AppInfo corresponding to the given AUMID and user.

Applies to

See also