WalletItemSystemStore.LaunchAppForItemAsync(WalletItem) 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.
Lance l’application associée à l’élément de portefeuille donné.
Notes
Cette API n’est pas disponible pour toutes les applications Windows. À moins que votre compte de développeur ne soit spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.
public:
virtual IAsyncOperation<bool> ^ LaunchAppForItemAsync(WalletItem ^ item) = LaunchAppForItemAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> LaunchAppForItemAsync(WalletItem const& item);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletItemSystemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<bool> LaunchAppForItemAsync(WalletItem const& item);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> LaunchAppForItemAsync(WalletItem item);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletItemSystemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public IAsyncOperation<bool> LaunchAppForItemAsync(WalletItem item);
function launchAppForItemAsync(item)
Public Function LaunchAppForItemAsync (item As WalletItem) As IAsyncOperation(Of Boolean)
Paramètres
- item
- WalletItem
Élément de portefeuille pour lequel lancer une application.
Retours
Action asynchrone indiquant que l’opération est terminée.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
walletSystem
|