PickerDialog Interface
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.
Provides dialog user interface functionality for picking people or picking data.
public interface class PickerDialog : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03E6-0000-0000-C000-000000000046")]
public interface PickerDialog : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03E6-0000-0000-C000-000000000046")>]
type PickerDialog = interface
interface _IMsoDispObj
Public Interface PickerDialog
Implements _IMsoDispObj
- Attributes
- Implements
Properties
Application |
Gets a ObjectApplication object that represents the container application for the PickerDialog object. |
Creator |
Gets a 32-bit integer that indicates the application in which the PickerDialog object was created. |
DataHandlerId |
Sets or gets the GUID of the Picker Dialog data handler component. |
Properties |
Returns the PickerProperties object to specify custom properties for data handler component. |
Title |
Gets or sets the title of a picker dialog displayed in the Picker Dialog. |
Methods
CreatePickerResults() |
Creates an empty PickerResults object. |
Resolve(String, Int32) |
Resolves the token using the Picker Dialog and retrieves the results. |
Show(Boolean, PickerResults) |
Displays the Picker Dialog with already specified data handler and given options. |