ContactPickerActivatedEventArgs
ContactPickerActivatedEventArgs
ContactPickerActivatedEventArgs
ContactPickerActivatedEventArgs
Class
Definition
Provides data when an app is activated because it uses the Contact Picker.
JavaScript This type appears as WebUIContactPickerActivatedEventArgs.
public : sealed class ContactPickerActivatedEventArgs : IActivatedEventArgs, IContactPickerActivatedEventArgspublic sealed class ContactPickerActivatedEventArgs : IActivatedEventArgs, IContactPickerActivatedEventArgsPublic NotInheritable Class ContactPickerActivatedEventArgs Implements IActivatedEventArgs, IContactPickerActivatedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduced v1)
|
Properties
ContactPickerUI ContactPickerUI ContactPickerUI 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.
public : ContactPickerUI ContactPickerUI { get; }public ContactPickerUI ContactPickerUI { get; }Public ReadOnly Property ContactPickerUI As ContactPickerUI// You can use this property in JavaScript.
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 Kind Kind Kind
Gets the activation type.
public : ActivationKind Kind { get; }public ActivationKind Kind { get; }Public ReadOnly Property Kind As ActivationKind// You can use this property in JavaScript.
One of the enumeration values.
PreviousExecutionState PreviousExecutionState PreviousExecutionState PreviousExecutionState
Gets the execution state of the app before it was activated.
public : ApplicationExecutionState PreviousExecutionState { get; }public ApplicationExecutionState PreviousExecutionState { get; }Public ReadOnly Property PreviousExecutionState As ApplicationExecutionState// You can use this property in JavaScript.
- Value
- ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState ApplicationExecutionState
One of the enumeration values.
SplashScreen SplashScreen SplashScreen SplashScreen
Gets the splash screen object which provides information about the transition from the splash screen to the activated app.
public : SplashScreen SplashScreen { get; }public SplashScreen SplashScreen { get; }Public ReadOnly Property SplashScreen As SplashScreen// You can use this property in JavaScript.
The object that provides splash screen information.