次の方法で共有


WalletItem.Verbs プロパティ

定義

注意事項

ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。

ウォレットアイテムに関連付けられている WalletVerb オブジェクトのコレクションを取得します。

public:
 property IMap<Platform::String ^, WalletVerb ^> ^ Verbs { IMap<Platform::String ^, WalletVerb ^> ^ get(); };
IMap<winrt::hstring, WalletVerb const&> Verbs();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IMap<winrt::hstring, WalletVerb const&> Verbs();
public IDictionary<string,WalletVerb> Verbs { get; }
public IDictionary<string,WalletVerb> Verbs { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; }
var iMap = walletItem.verbs;
Public ReadOnly Property Verbs As IDictionary(Of String, WalletVerb)

プロパティ値

ウォレットアイテムに関連付けられている WalletVerb オブジェクトのコレクション。

属性

適用対象

こちらもご覧ください