次の方法で共有


PickerProperties インターフェイス

定義

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

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

プロパティ

Application

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

Count

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

Creator

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

Item[Int32]

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

メソッド

Add(String, String, MsoPickerField)

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

GetEnumerator()

コレクションを反復処理する列挙子を返します。

Remove(String)

コレクションから を PickerProperty 削除します。

適用対象