次の方法で共有


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 です

属性

適用対象

こちらもご覧ください