IAppInfoStatics.GetFromAppUserModelIdForUser(User, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit une définition d’interface pour la méthode AppInfo.GetFromAppUserModelIdForUser .
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
Paramètres
- user
- User
Utilisateur auquel vous souhaitez accéder à AppInfos.
- appUserModelId
-
String
Platform::String
winrt::hstring
AUMID à partir duquel récupérer appInfo.
Retours
AppInfo correspondant à l’AUMID et à l’utilisateur donnés.