IAppInfoStatics.GetFromAppUserModelIdForUser(User, 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.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.