PickerDialog.CreatePickerResults 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.
Creates an empty PickerResults object.
public:
Microsoft::Office::Core::PickerResults ^ CreatePickerResults();
public Microsoft.Office.Core.PickerResults CreatePickerResults ();
abstract member CreatePickerResults : unit -> Microsoft.Office.Core.PickerResults
Public Function CreatePickerResults () As PickerResults
Returns
Returns a PickerResults.
Remarks
You can add the picker result to the returned object and specify it to the second parameter of the Show(Boolean, PickerResults) method as already existing results of the PickerDialog object.