WalletItemStore.ShowAsync 메서드

정의

오버로드

ShowAsync()

주의

ApplicationModel.Wallet 네임스페이스는 더 이상 지원되지 않으며 곧 더 이상 사용되지 않습니다. 개발자는 이 네임스페이스를 사용하지 않는 것이 좋습니다.

전자지갑 UI를 표시합니다.

ShowAsync(String)

주의

ApplicationModel.Wallet 네임스페이스는 더 이상 지원되지 않으며 곧 더 이상 사용되지 않습니다. 개발자는 이 네임스페이스를 사용하지 않는 것이 좋습니다.

전자지갑 UI에 지정된 ID가 있는 항목을 표시합니다.

ShowAsync()

주의

ApplicationModel.Wallet 네임스페이스는 더 이상 지원되지 않으며 곧 더 이상 사용되지 않습니다. 개발자는 이 네임스페이스를 사용하지 않는 것이 좋습니다.

전자지갑 UI를 표시합니다.

public:
 virtual IAsyncAction ^ ShowAsync() = ShowAsync;
/// [Windows.Foundation.Metadata.Overload("ShowAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAsync();
/// [Windows.Foundation.Metadata.Overload("ShowAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IAsyncAction ShowAsync();
[Windows.Foundation.Metadata.Overload("ShowAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAsync();
[Windows.Foundation.Metadata.Overload("ShowAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public IAsyncAction ShowAsync();
function showAsync()
Public Function ShowAsync () As IAsyncAction

반환

비동기 작업입니다. 비동기 프로그래밍을 사용하는 경우 결과 형식은 void입니다.

특성

추가 정보

적용 대상

ShowAsync(String)

주의

ApplicationModel.Wallet 네임스페이스는 더 이상 지원되지 않으며 곧 더 이상 사용되지 않습니다. 개발자는 이 네임스페이스를 사용하지 않는 것이 좋습니다.

전자지갑 UI에 지정된 ID가 있는 항목을 표시합니다.

public:
 virtual IAsyncAction ^ ShowAsync(Platform::String ^ id) = ShowAsync;
/// [Windows.Foundation.Metadata.Overload("ShowItemAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ShowAsync(winrt::hstring const& id);
/// [Windows.Foundation.Metadata.Overload("ShowItemAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IAsyncAction ShowAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.Overload("ShowItemAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ShowAsync(string id);
[Windows.Foundation.Metadata.Overload("ShowItemAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletItemStore is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public IAsyncAction ShowAsync(string id);
function showAsync(id)
Public Function ShowAsync (id As String) As IAsyncAction

매개 변수

id
String

Platform::String

winrt::hstring

표시할 항목의 ID입니다.

반환

비동기 작업입니다. 비동기 프로그래밍을 사용하는 경우 결과 형식은 void입니다.

특성

추가 정보

적용 대상