Share via


WalletItemStore.ShowAsync Method

Definition

Overloads

ShowAsync()

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Displays the Wallet UI.

ShowAsync(String)

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Displays the item with the given ID in the Wallet UI.

ShowAsync()

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Displays the 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

Returns

An asynchronous action. If you use Asynchronous programming, the result type is void.

Attributes

See also

Applies to

ShowAsync(String)

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Displays the item with the given ID in the Wallet UI.

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

Parameters

id
String

Platform::String

winrt::hstring

The ID of the item to display.

Returns

An asynchronous action. If you use Asynchronous programming, the result type is void.

Attributes

See also

Applies to