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

適用於