IContactMapActivatedEventArgs IContactMapActivatedEventArgs IContactMapActivatedEventArgs IContactMapActivatedEventArgs Interface

Definition

Provides data when an app is activated to map a contact.

public : interface IContactMapActivatedEventArgspublic interface IContactMapActivatedEventArgsPublic Interface IContactMapActivatedEventArgs// You can use this interface in JavaScript.
Inheritance
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduced v1)

Inherited Members

Inherited properties

Properties

Address Address Address Address

Gets the address of a contact for the mapping operation.

public : ContactAddress Address { get; }public ContactAddress Address { get; }Public ReadOnly Property Address As ContactAddress// You can use this property in JavaScript.
Value
ContactAddress ContactAddress ContactAddress ContactAddress

Represents the address of a contact for the mapping operation.

Contact Contact Contact Contact

Gets the contact for the mapping operation.

public : Contact Contact { get; }public Contact Contact { get; }Public ReadOnly Property Contact As Contact// You can use this property in JavaScript.
Value
Contact Contact Contact Contact

The contact for the mapping operation.

See Also