ContactPickerActivatedEventArgs.ContactPickerUI Property

Definition

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

Property Value

Gets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app.

Implements

Applies to