IAppInfoStatics.GetFromAppUserModelId(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.GetFromAppUserModelId .
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
Paramètres
- appUserModelId
-
String
Platform::String
winrt::hstring
AUMID à partir duquel récupérer appInfo.
Retours
AppInfo correspondant à l’AUMID donné.