IContactPickerActivatedEventArgs.ContactPickerUI Property

Definition

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:
 property ContactPickerUI ^ ContactPickerUI { ContactPickerUI ^ get(); };
ContactPickerUI ContactPickerUI();
public ContactPickerUI ContactPickerUI { get; }
var contactPickerUI = iContactPickerActivatedEventArgs.contactPickerUI;
Public ReadOnly Property ContactPickerUI As ContactPickerUI

Property Value

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.

Applies to