iInkExtendedProperties 接口 (msinkaut.h)

表示包含应用程序定义数据的 IInkExtendedProperty 对象的集合。

继承

IInkExtendedProperties 接口继承自 IUnknown 接口。 IInkExtendedProperties 还具有以下类型的成员:

方法

IInkExtendedProperties 接口包含以下方法。

 
IInkExtendedProperties::Add

创建 IInkExtendedProperty 对象并将其添加到 IInkExtendedProperties 集合。
IInkExtendedProperties::Clear

清除 IInkExtendedProperties 集合中的所有 IInkExtendedProperty 对象。
IInkExtendedProperties::D oesPropertyExist

检索一个值,该值指示 IInkExtendedProperty 对象是否存在于 IInkExtendedProperties 集合中。
IInkExtendedProperties::get_Count

获取集合中包含的对象或集合的数目。 (IInkExtendedProperties.get_Count)
IInkExtendedProperties::Item

检索 IInkExtendedProperties 集合中指定索引处的 IInkExtendedProperty 对象。
IInkExtendedProperties::Remove

从 IInkExtendedProperties 集合中删除 IInkExtendedProperty 对象。

注解

扩展属性数据由特定于应用程序的全局唯一标识符 (GUID) 编制索引。

注意 不能存储空的 IInkExtendedProperties 对象。 对象必须包含数据,然后才能存储它。 例如,如果尝试将扩展属性添加到笔划以供以后使用,如果扩展属性不包含任何数据,则会引发异常。
 
可将 IInkExtendedProperties 集合添加到 IInkStrokeDispInkDrawingAttributesInkDisp 对象。

有关自动化中的集合的详细信息,请参阅 使用 COM 库

如果定义实现此接口的类,则新类将无法与平板电脑应用程序编程接口 (API) 正确交互。

要求

要求
最低受支持的客户端 Windows XP Tablet PC Edition [仅限桌面应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 msinkaut.h

另请参阅

ExtendedProperties 属性

IInkExtendedProperty 接口