共用方式為


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 屬性來判斷當您的 App 使用 ActivationKind.Contact啟用時所要執行的動作。 針對視訊通話啟用,Verb 屬性會設定為 Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.VideoCall的值。

適用於