IContactActivatedEventArgs.Verb Property

Definition

Gets the action that is associated with the activated contact.

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

Property Value

String

Platform::String

winrt::hstring

The action that is associated with the activated contact.

Remarks

For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions .

Applies to

See also