PickerResult 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.
Represents a resolved or selected item of data.
public interface class PickerResult : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03E4-0000-0000-C000-000000000046")]
public interface PickerResult : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03E4-0000-0000-C000-000000000046")>]
type PickerResult = interface
interface _IMsoDispObj
Public Interface PickerResult
Implements _IMsoDispObj
- Attributes
- Implements
Properties
Application |
Gets a Object object that represents the container application for the PickerResult object. |
Creator |
Gets a 32-bit integer that indicates the application in which the PickerResult object was created. |
DisplayName |
Represents a display name of PickerResult. |
DuplicateResults |
Gets PickerResult collection if the result of resolving results has multiple candidates. |
Fields |
Gets the field definitions of sub items in a PickerFields collection. |
Id |
Retrieves the unique identifier of the associated PickerResult object. |
ItemData |
Gets or sets a non-display purpose item binding to data. |
SIPId |
Gets or sets the identifier for Office Communication Server. It is used only for people picking scenario. |
SubItems |
Gets or sets display purpose or non-display purpose field data of a PickerResult object. It is used for passing column values in a Picker dialog. |
Type |
Gets the type of a PickerResult object. |