次の方法で共有


WebUIContactPostActivatedEventArgs.Verb プロパティ

定義

実行するアクションを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

実行するアクション。

実装

注釈

Verb プロパティを使用して、 ActivationKind.Contact でアプリがアクティブ化されたときに実行するアクションを決定します。 アクティブ化後の場合、Verb プロパティは Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.Post の値に設定されます。

適用対象