IOpcRelationshipSet 接口 (msopc.h)
将关系部件表示为指向关系对象的 IOpcRelationship 接口指针的无序集。
继承
IOpcRelationshipSet 接口继承自 IUnknown 接口。 IOpcRelationshipSet 也有以下类型的成员:
方法
IOpcRelationshipSet 接口具有这些方法。
IOpcRelationshipSet::CreateRelationship 创建一个表示指定关系的关系对象,然后向 集添加指向对象的 IOpcRelationship 接口的指针。 |
IOpcRelationshipSet::D eleteRelationship 从集中删除指定的 IOpcRelationship 接口指针。 |
IOpcRelationshipSet::GetEnumerator 获取集中 IOpcRelationship 接口指针的枚举器。 |
IOpcRelationshipSet::GetEnumeratorForType 获取集中 IOpcRelationship 接口指针的枚举数,这些指针指向具有指定关系类型的关系表示形式。 |
IOpcRelationshipSet::GetRelationship 从表示指定关系的集中获取关系对象。 |
IOpcRelationshipSet::GetRelationshipsContentStream 获取一个只读流,该流包含由 集表示的关系部件的部件内容。 |
IOpcRelationshipSet::RelationshipExists 获取一个值,该值指示指定的关系是否表示为集中的关系对象。 |
注解
创建关系对象并将指向该对象的指针添加到集中时,保存包时保存它表示的关系。
从集中删除 IOpcRelationship 接口指针时,保存包时不会保存它表示的关系。
如果关系在集中表示,则关系将存储在表示为集的关系部件中。
有关如何构成关系目标的部件名称,请参阅 从目标 URI 解析部件名称。
有关关系的详细信息,请参阅 开放打包约定基础知识 和 ECMA-376 OpenXML,第 1 版第 2 部分:开放打包约定 (OPC) 。
IOpcRelationship 接口提供对关系属性的访问。 有关这些属性的详细信息,请参阅 关系概述 和 IOpcRelationship。
线程安全性
打包对象不是线程安全的。
有关详细信息,请参阅打包 API 的入门。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 R2 [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | msopc.h |
另请参阅
外部资源
概述
引用