ContactCallActivatedEventArgs.Verb 屬性

定義

取得要執行的動作。

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

屬性值

String

Platform::String

winrt::hstring

要執行的動作。

實作

備註

使用 Verb 屬性來判斷當您的 App 使用 ActivationKind.Contact啟用時所要執行的動作。 針對呼叫啟用,Verb 屬性會設定為 Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.Call的值。

如需如何透過連絡人動作處理應用程式啟用的資訊,請參閱 快速入門:處理連絡人動作

適用於

另請參閱