Compartir a través de


SmartCardTriggerDetails.TryLaunchCurrentAppAsync Método

Definición

Sobrecargas

TryLaunchCurrentAppAsync(String)

Intenta iniciar de forma asincrónica la aplicación de tarjeta inteligente actual, pasando los argumentos especificados.

TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)

Intenta iniciar de forma asincrónica la aplicación de tarjeta inteligente actual mediante el comportamiento especificado, pasando los argumentos especificados.

TryLaunchCurrentAppAsync(String)

Intenta iniciar de forma asincrónica la aplicación de tarjeta inteligente actual, pasando los argumentos especificados.

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)

Parámetros

arguments
String

Platform::String

winrt::hstring

Cadena que especifica los argumentos que se van a pasar a la aplicación de tarjeta inteligente al iniciarse.

Devoluciones

Valor booleano que indica si la aplicación se inició correctamente.

Atributos

Consulte también

Se aplica a

TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)

Intenta iniciar de forma asincrónica la aplicación de tarjeta inteligente actual mediante el comportamiento especificado, pasando los argumentos especificados.

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)

Parámetros

arguments
String

Platform::String

winrt::hstring

Cadena que especifica los argumentos que se van a pasar a la aplicación de tarjeta inteligente al iniciarse.

behavior
SmartCardLaunchBehavior

Comportamiento que se va a usar al iniciar la aplicación.

Devoluciones

Valor booleano que indica si la aplicación se inició correctamente.

Atributos

Consulte también

Se aplica a