PickerDialog.CreatePickerResults Method
Creates an empty PickerResults object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function CreatePickerResults As PickerResults
'Usage
Dim instance As PickerDialog
Dim returnValue As PickerResults
returnValue = instance.CreatePickerResults()
PickerResults CreatePickerResults()
Return Value
Type: Microsoft.Office.Core.PickerResults
Returns a PickerResults.
Remarks
You can add the picker result to the returned object and specify it to the second parameter of the Show() method as already existing results of the PickerDialog object.