다음을 통해 공유


WalletItemStore.DeleteAsync(String) 메서드

정의

주의

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

지갑 데이터 저장소에서 지정된 ID가 있는 특정 지갑 항목을 제거합니다.

public:
 virtual IAsyncAction ^ DeleteAsync(Platform::String ^ id) = DeleteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteAsync(winrt::hstring const& id);
/// [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 DeleteAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeleteAsync(string id);
[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 DeleteAsync(string id);
function deleteAsync(id)
Public Function DeleteAsync (id As String) As IAsyncAction

매개 변수

id
String

Platform::String

winrt::hstring

데이터 저장소에서 제거할 지갑 항목의 ID입니다.

반환

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

특성

적용 대상

추가 정보