共用方式為


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的值。

適用於