WebUIContactCallActivatedEventArgs.Verb 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要執行的動作。
public:
property Platform::String ^ Verb { Platform::String ^ get(); };
winrt::hstring Verb();
public string Verb { get; }
var string = webUIContactCallActivatedEventArgs.verb;
Public ReadOnly Property Verb As String
屬性值
要執行的動作。
實作
備註
使用 Verb 屬性可決定當您的應用程式使用 ActivationKind.Contact啟動時要執行的動作。 針對呼叫啟用,Verb 屬性會設定為 Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.Call的值。