次の方法で共有


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

ObjectPickerResults オブジェクトのコンテナー アプリケーションを表す オブジェクトを取得します。

Count

PickerResults コレクションに含まれるオブジェクトのPickerResult数を取得します。

Creator

PickerResults オブジェクトが作成されたアプリケーションを示す 32 ビット整数を取得します。

Item[Int32]

指定したインデックス位置にある PickerResult オブジェクトを取得します。

メソッド

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

PickerResultPickerResults コレクションにオブジェクトを追加します。

GetEnumerator()

オブジェクトの PickerResult コレクション。

適用対象