SmartCardTriggerDetails.TryLaunchCurrentAppAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TryLaunchCurrentAppAsync(String) |
Tenta de forma assíncrona iniciar o aplicativo de cartão inteligente atual, passando os argumentos especificados. |
TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior) |
Tenta de forma assíncrona iniciar o aplicativo de cartão inteligente atual usando o comportamento especificado, passando os argumentos especificados. |
TryLaunchCurrentAppAsync(String)
Tenta de forma assíncrona iniciar o aplicativo de cartão inteligente atual, passando os 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
Uma cadeia de caracteres que especifica os argumentos a serem passados para o aplicativo de cartão inteligente na inicialização.
Retornos
Um valor booliano que indica se o aplicativo foi iniciado com êxito.
- Atributos
Confira também
- TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)
- Criar um aplicativo cartão inteligente NFC (aplica-se apenas a Windows 10 Mobile)
Aplica-se a
TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)
Tenta de forma assíncrona iniciar o aplicativo de cartão inteligente atual usando o comportamento especificado, passando os 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
Uma cadeia de caracteres que especifica os argumentos a serem passados para o aplicativo de cartão inteligente na inicialização.
- behavior
- SmartCardLaunchBehavior
O comportamento a ser usado ao iniciar o aplicativo.
Retornos
Um valor booliano que indica se o aplicativo foi iniciado com êxito.
- Atributos
Confira também
- TryLaunchCurrentAppAsync(String)
- Criar um aplicativo cartão inteligente NFC (aplica-se apenas a Windows 10 Mobile)