共用方式為


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

適用於