PickerDialog.Show Method
Displays the Picker Dialog with already specified data handler and given options.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Show ( _
IsMultiSelect As Boolean, _
ExistingResults As PickerResults _
) As PickerResults
'Usage
Dim instance As PickerDialog
Dim IsMultiSelect As Boolean
Dim ExistingResults As PickerResults
Dim returnValue As PickerResults
returnValue = instance.Show(IsMultiSelect, _
ExistingResults)
PickerResults Show(
bool IsMultiSelect,
PickerResults ExistingResults
)
Parameters
IsMultiSelect
Type: System.BooleanSpecifies whether the Picker Dialog user interface provides multiple item selection functions.
ExistingResults
Type: Microsoft.Office.Core.PickerResultsContains existing PickerResults in Picker Dialog user interface. These results are displayed in the selected item control.
Return Value
Type: Microsoft.Office.Core.PickerResults
Returns PickerResults.