IContactPickerActivatedEventArgs.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.
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.