ContactLaunchActionVerbs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data when an app is launched to perform an action to a contact.
public ref class ContactLaunchActionVerbs abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class ContactLaunchActionVerbs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactLaunchActionVerbs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public static class ContactLaunchActionVerbs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class ContactLaunchActionVerbs
Public Class ContactLaunchActionVerbs
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
contactsSystem
|
Remarks
Use the ContactLaunchActionVerbs's properties to determine the value of the "Verb" property when your app is activated with ActivationKind.Contact. These properties represent all possible string values of the "Verb" property. For example, the ContactMapActivatedEventArgs.Verb property is set to the value of Map.
For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions .
Properties
Call |
Gets the call contact action. |
Map |
Gets the map contact action. |
Message |
Gets the send message to a contact action. |
Post |
Gets the post to a contact action. |
VideoCall |
Gets the video call contact action. |