다음을 통해 공유


WalletManager.RequestStoreAsync 메서드

정의

주의

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

앱에 대한 기본 전자지갑 저장소의 instance 요청합니다.

public:
 static IAsyncOperation<WalletItemStore ^> ^ RequestStoreAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WalletItemStore> RequestStoreAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IWalletManagerStatics 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<WalletItemStore> RequestStoreAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WalletItemStore> RequestStoreAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IWalletManagerStatics 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<WalletItemStore> RequestStoreAsync();
function requestStoreAsync()
Public Shared Function RequestStoreAsync () As IAsyncOperation(Of WalletItemStore)

반환

성공적으로 완료되면 기본 전자지갑 저장소의 instance 반환하는 비동기 작업입니다. 비동기 프로그래밍을 사용하는 경우 결과 형식은 단일 WalletItemStore 개체입니다.

특성

적용 대상

추가 정보