SmartCardTriggerDetails.TryLaunchCurrentAppAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
TryLaunchCurrentAppAsync(String) |
현재 스마트 카드 앱을 비동기적으로 시작하여 지정된 인수를 전달합니다. |
TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior) |
지정된 동작을 사용하여 현재 스마트 카드 앱을 비동기적으로 실행하여 지정된 인수를 전달합니다. |
TryLaunchCurrentAppAsync(String)
현재 스마트 카드 앱을 비동기적으로 시작하여 지정된 인수를 전달합니다.
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)
매개 변수
- arguments
-
String
Platform::String
winrt::hstring
시작할 때 스마트 카드 앱에 전달할 인수를 지정하는 문자열입니다.
반환
앱이 성공적으로 시작되었는지 여부를 나타내는 부울 값입니다.
- 특성
추가 정보
적용 대상
TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)
지정된 동작을 사용하여 현재 스마트 카드 앱을 비동기적으로 실행하여 지정된 인수를 전달합니다.
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)
매개 변수
- arguments
-
String
Platform::String
winrt::hstring
시작할 때 스마트 카드 앱에 전달할 인수를 지정하는 문자열입니다.
- behavior
- SmartCardLaunchBehavior
앱을 시작할 때 사용할 동작입니다.
반환
앱이 성공적으로 시작되었는지 여부를 나타내는 부울 값입니다.
- 특성