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

属性

另请参阅

适用于