Freigeben über


SmartCardTriggerDetails.TryLaunchCurrentAppAsync Methode

Definition

Überlädt

TryLaunchCurrentAppAsync(String)

Versucht asynchron, die aktuelle Smart Karte-App zu starten, wobei die angegebenen Argumente übergeben werden.

TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)

Versucht asynchron, die aktuelle Smart Karte-App mit dem angegebenen Verhalten zu starten, wobei die angegebenen Argumente übergeben werden.

TryLaunchCurrentAppAsync(String)

Versucht asynchron, die aktuelle Smart Karte-App zu starten, wobei die angegebenen Argumente übergeben werden.

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)

Parameter

arguments
String

Platform::String

winrt::hstring

Eine Zeichenfolge, die die Argumente angibt, die beim Start an die smart Karte App übergeben werden sollen.

Gibt zurück

Ein boolescher Wert, der angibt, ob die App erfolgreich gestartet wurde.

Attribute

Weitere Informationen

Gilt für:

TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)

Versucht asynchron, die aktuelle Smart Karte-App mit dem angegebenen Verhalten zu starten, wobei die angegebenen Argumente übergeben werden.

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)

Parameter

arguments
String

Platform::String

winrt::hstring

Eine Zeichenfolge, die die Argumente angibt, die beim Start an die smart Karte App übergeben werden sollen.

behavior
SmartCardLaunchBehavior

Das Verhalten, das beim Starten der App verwendet werden soll.

Gibt zurück

Ein boolescher Wert, der angibt, ob die App erfolgreich gestartet wurde.

Attribute

Weitere Informationen

Gilt für: