Share via


PickerResult 接口

定义

代表解析的或选定的项目数据。

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
属性
实现

属性

Application

获取一个 Object 对象,该对象表示 PickerResult 对象的容器应用程序。

Creator

获取一个 32 位整数,该整数指示在其中创建了 PickerResult 对象的应用程序。

DisplayName

表示 PickerResult 的显示名称。

DuplicateResults

如果解析结果的结果有多个候选项,则获取 PickerResult 集合。

Fields

获取集合中 PickerFields 子项的字段定义。

Id

检索关联的 PickerResult 对象的唯一标识符。

ItemData

获取或设置绑定到数据的不用于显示的项。

SIPId

获取或设置 Office 通信服务器的标识符。 它仅用于人员选取方案。

SubItems

获取或设置 PickerResult 对象的显示目的或非显示目的字段数据。 它用于在选取器对话框中传递列值。

Type

获取 PickerResult 对象的类型。

适用于