SmartCardTriggerDetails.TryLaunchCurrentAppAsync 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.
Surcharges
TryLaunchCurrentAppAsync(String) |
Tente de façon asynchrone de lancer l’application smart carte actuelle, en passant les arguments spécifiés. |
TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior) |
Tente de façon asynchrone de lancer l’application smart carte actuelle à l’aide du comportement spécifié, en passant les arguments spécifiés. |
TryLaunchCurrentAppAsync(String)
Tente de façon asynchrone de lancer l’application smart carte actuelle, en passant les arguments spécifiés.
public:
virtual IAsyncOperation<bool> ^ TryLaunchCurrentAppAsync(Platform::String ^ arguments) = TryLaunchCurrentAppAsync;
/// [Windows.Foundation.Metadata.Overload("TryLaunchCurrentAppAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryLaunchCurrentAppAsync(winrt::hstring const& arguments);
[Windows.Foundation.Metadata.Overload("TryLaunchCurrentAppAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryLaunchCurrentAppAsync(string arguments);
function tryLaunchCurrentAppAsync(arguments)
Public Function TryLaunchCurrentAppAsync (arguments As String) As IAsyncOperation(Of Boolean)
Paramètres
- arguments
-
String
Platform::String
winrt::hstring
Chaîne spécifiant les arguments à passer à l’application smart carte au lancement.
Retours
Valeur booléenne indiquant si l’application a été lancée avec succès.
- Attributs
Voir aussi
- TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)
- Créer une application de carte à puce NFC (s’applique à Windows 10 Mobile uniquement)
S’applique à
TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)
Tente de façon asynchrone de lancer l’application smart carte actuelle à l’aide du comportement spécifié, en passant les arguments spécifiés.
public:
virtual IAsyncOperation<bool> ^ TryLaunchCurrentAppAsync(Platform::String ^ arguments, SmartCardLaunchBehavior behavior) = TryLaunchCurrentAppAsync;
/// [Windows.Foundation.Metadata.Overload("TryLaunchCurrentAppWithBehaviorAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryLaunchCurrentAppAsync(winrt::hstring const& arguments, SmartCardLaunchBehavior const& behavior);
[Windows.Foundation.Metadata.Overload("TryLaunchCurrentAppWithBehaviorAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryLaunchCurrentAppAsync(string arguments, SmartCardLaunchBehavior behavior);
function tryLaunchCurrentAppAsync(arguments, behavior)
Public Function TryLaunchCurrentAppAsync (arguments As String, behavior As SmartCardLaunchBehavior) As IAsyncOperation(Of Boolean)
Paramètres
- arguments
-
String
Platform::String
winrt::hstring
Chaîne spécifiant les arguments à passer à l’application smart carte au lancement.
- behavior
- SmartCardLaunchBehavior
Comportement à utiliser lors du lancement de l’application.
Retours
Valeur booléenne indiquant si l’application a été lancée avec succès.
- Attributs
Voir aussi
- TryLaunchCurrentAppAsync(String)
- Créer une application de carte à puce NFC (s’applique à Windows 10 Mobile uniquement)