次の方法で共有


WebUIContactVideoCallActivatedEventArgs.Verb プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

実行するアクション。

実装

注釈

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

適用対象