PickerProperty インターフェイス

定義

カスタム プロパティを渡すためのオブジェクトを表します。

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

プロパティ

Application

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

Creator

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

Id

関連付けられている PickerProperty オブジェクトの一意識別子を取得します。

Type

Picker プロパティの型を取得します。

Value

Picker プロパティの値を取得します。

適用対象