PickerDialog.CreatePickerResults Method

Definition

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.

Applies to