PickerDialog.Show(Boolean, PickerResults) Method

Definition

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.

Applies to