Share via


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

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

Count

获取 PickerProperties 集合中包含的对象数PickerProperty的计数。

Creator

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

Item[Int32]

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

方法

Add(String, String, MsoPickerField)

PickerProperty 对象添加到集合。

GetEnumerator()

返回循环访问集合的枚举器。

Remove(String)

从集合中删除 。PickerProperty

适用于