WebUIContactPickerActivatedEventArgs.ContactPickerUI Property
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.
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 = webUIContactPickerActivatedEventArgs.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.