PickerResults 接口

定义

对象的集合 PickerResult

public interface class PickerResults : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03E5-0000-0000-C000-000000000046")]
public interface PickerResults : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03E5-0000-0000-C000-000000000046")>]
type PickerResults = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface PickerResults
Implements _IMsoDispObj, IEnumerable
属性
实现

属性

Application

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

Count

检索 PickerResults 集合中包含的对象数PickerResult的计数。

Creator

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

Item[Int32]

获取指定索引处的 PickerResult 对象。

方法

Add(String, String, String, String, Object, Object)

PickerResult将 对象添加到 PickerResults 集合。

GetEnumerator()

对象的集合 PickerResult

适用于