Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.67 KB

contactmapactivatedeventargs_contact.md

File metadata and controls

39 lines (28 loc) · 1.67 KB
-api-id -api-type
P:Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Contact
winrt property

Windows.ApplicationModel.Activation.ContactMapActivatedEventArgs.Contact

-description

Gets the contact for the mapping operation.

-property-value

The contact for the mapping operation.

-remarks

Use the Contact property to collect additional info about the contact that is being mapped. The contact can have a name and thumbnail that can be used to represent it in your app’s UI. Or, the contact can have alternative addresses that can be used.

Here are possible Contact properties that can be populated during a map activation:

-examples

-see-also