Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.11 KB

contactmapactivatedeventargs_verb.md

File metadata and controls

26 lines (18 loc) · 1.11 KB
-api-id -api-type
P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Verb
winrt property

Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Verb

-description

Gets the action to be performed.

-property-value

The action to be performed.

-remarks

Use the Verb property to determine the action to perform when your app is activated with ActivationKind.Contact. For map activations, the Verb property is set to the value of Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.Map.

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

-examples

-see-also

Handling Contact Actions sample