WalletManagerSystem.RequestStoreAsync 方法

定义

请求应用的系统钱包存储的实例。

注意

此 API 并非适用于所有 Windows 应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对这些 API 的调用将在运行时失败。

public:
 static IAsyncOperation<WalletItemSystemStore ^> ^ RequestStoreAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WalletItemSystemStore> RequestStoreAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletManagerSystemStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
 static IAsyncOperation<WalletItemSystemStore> RequestStoreAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WalletItemSystemStore> RequestStoreAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletManagerSystemStatics is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
public static IAsyncOperation<WalletItemSystemStore> RequestStoreAsync();
function requestStoreAsync()
Public Shared Function RequestStoreAsync () As IAsyncOperation(Of WalletItemSystemStore)

返回

一个异步操作,在成功完成时返回默认钱包存储的实例。 如果使用 异步编程,则结果类型为单个 WalletItemSystemStore 对象。

属性

Windows 要求

应用功能
walletSystem

适用于