SmartCardTriggerDetails.TryLaunchCurrentAppAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)
- Crear una aplicación de tarjeta inteligente NFC (solo se aplica a Windows 10 Mobile)
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
- TryLaunchCurrentAppAsync(String)
- Crear una aplicación de tarjeta inteligente NFC (solo se aplica a Windows 10 Mobile)