다음을 통해 공유


WalletItemStore.ClearAsync 메서드

정의

주의

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

전자지갑 데이터 저장소에서 모든 앱 소유 지갑 항목을 지웁니다.

public:
 virtual IAsyncAction ^ ClearAsync() = ClearAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ClearAsync();
/// [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 ClearAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ClearAsync();
[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 ClearAsync();
function clearAsync()
Public Function ClearAsync () As IAsyncAction

반환

비동기 작업입니다. 비동기 프로그래밍을 사용하는 경우 결과 형식은 void입니다.

특성

적용 대상

추가 정보