PickerDialog.Show(Boolean, PickerResults) Method
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.
Displays the Picker Dialog with already specified data handler and given options.
public Microsoft.Office.Core.PickerResults Show (bool IsMultiSelect = false, Microsoft.Office.Core.PickerResults ExistingResults = default);
abstract member Show : bool * Microsoft.Office.Core.PickerResults -> Microsoft.Office.Core.PickerResults
Public Function Show (Optional IsMultiSelect As Boolean = false, Optional ExistingResults As PickerResults = Nothing) As PickerResults
Parameters
- IsMultiSelect
- Boolean
Specifies whether the Picker Dialog user interface provides multiple item selection functions.
- ExistingResults
- PickerResults
Contains existing PickerResults in Picker Dialog user interface. These results are displayed in the selected item control.
Returns
Returns PickerResults.