WidgetActionInvokedArgs.Verb プロパティ

定義

関連付けられたアクションに関連付けられている動詞を示す文字列を取得します。

public:
 property Platform::String ^ Verb { Platform::String ^ get(); };
winrt::hstring Verb();
public string Verb { get; }
var string = widgetActionInvokedArgs.verb;
Public ReadOnly Property Verb As String

プロパティ値

String

Platform::String

winrt::hstring

関連付けられたアクションに関連付けられている動詞を示す文字列。

注釈

アプリは、アクション定義のアダプティブ カード ビジュアル テンプレートで動詞を定義します。 ウィジェット ホストは、ウィジェット テンプレートで定義されていない動詞を送信できます。 アダプティブ カード テンプレートで動詞を使用する方法については、「アダプティブ カードを使用してウィジェット テンプレートを作成する」Designerを参照してください。

適用対象