ContactPickerActivatedEventArgs 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 activated because it uses the Contact Picker.
JavaScript This type appears as WebUIContactPickerActivatedEventArgs.
public ref class ContactPickerActivatedEventArgs sealed : IActivatedEventArgs, IContactPickerActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactPickerActivatedEventArgs final : IActivatedEventArgs, IContactPickerActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactPickerActivatedEventArgs : IActivatedEventArgs, IContactPickerActivatedEventArgs
Public NotInheritable Class ContactPickerActivatedEventArgs
Implements IActivatedEventArgs, IContactPickerActivatedEventArgs
- Inheritance
- 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
ContactPickerUI |
Gets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app. |
Kind |
Gets the activation type. |
PreviousExecutionState |
Gets the execution state of the app before it was activated. |
SplashScreen |
Gets the splash screen object which provides information about the transition from the splash screen to the activated app. |