IContactPickerActivatedEventArgs
IContactPickerActivatedEventArgs
IContactPickerActivatedEventArgs
IContactPickerActivatedEventArgs
Interface
Definition
Provides data when an app is activated because it uses the Contact Picker.
public : interface IContactPickerActivatedEventArgspublic interface IContactPickerActivatedEventArgsPublic Interface IContactPickerActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IContactPickerActivatedEventArgsIContactPickerActivatedEventArgsIContactPickerActivatedEventArgsIContactPickerActivatedEventArgs
- 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
Remarks
Interface inheritance
IContactPickerActivatedEventArgs inherits IActivatedEventArgs. Types that implement IContactPickerActivatedEventArgs also implement the interface members of IActivatedEventArgs.
Properties
ContactPickerUI ContactPickerUI ContactPickerUI ContactPickerUI
The letterbox UI of the contact picker that is displayed when the user wants to pick files or folders 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.
The letterbox UI of the contact picker that is displayed when the user wants to pick files or folders that are provided by the app.