IContactPostActivatedEventArgs Interface

Definition

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

public interface class IContactPostActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3009035367, 61927, 18005, 173, 110, 72, 87, 88, 143, 85, 47)]
struct IContactPostActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(3009035367, 61927, 18005, 173, 110, 72, 87, 88, 143, 85, 47)]
public interface IContactPostActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
Public Interface IContactPostActivatedEventArgs
Implements IActivatedEventArgs, IContactActivatedEventArgs
Derived
Attributes
Implements

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduced in v1.0)

Properties

Contact

Gets the contact for the post.

Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
PreviousExecutionState

Gets the execution state of the app before this activation.

(Inherited from IActivatedEventArgs)
ServiceId

Gets the identifier of the service used for the post.

ServiceUserId

Gets the user identifier of the service used for the post.

SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

(Inherited from IActivatedEventArgs)
Verb

Gets the action that is associated with the activated contact.

(Inherited from IContactActivatedEventArgs)

Applies to

See also