PickerDialog Constructor (PickerQueryControlBase, PickerResultControlBase, EntityEditorWithPicker)
Initializes a new instance of the PickerDialog class with the specified query, results, and editor.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub New ( _
query As PickerQueryControlBase, _
result As PickerResultControlBase, _
editor As EntityEditorWithPicker _
)
'Usage
Dim query As PickerQueryControlBase
Dim result As PickerResultControlBase
Dim editor As EntityEditorWithPicker
Dim instance As New PickerDialog(query, result, _
editor)
public PickerDialog(
PickerQueryControlBase query,
PickerResultControlBase result,
EntityEditorWithPicker editor
)
Parameters
query
Type: Microsoft.SharePoint.WebControls.PickerQueryControlBaseThe PickerDialog object calls methods of this PickerQueryControlBase object to run queries.
result
Type: Microsoft.SharePoint.WebControls.PickerResultControlBaseThe PickerDialog object calls methods of this PickerResultControlBase object to set the appearance of the PickerDialog object.
editor
Type: Microsoft.SharePoint.WebControls.EntityEditorWithPickerAn EntityEditorWithPicker object used in the user interface.