Partager via


SmartCardTriggerDetails.TryLaunchCurrentAppAsync Méthode

Définition

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

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

S’applique à