Share via


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

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

Creator

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

Id

获取关联的 PickerProperty 对象的唯一标识符。

Type

获取 Picker 属性的类型。

Value

获取 Picker 属性的值。

适用于