(msopc.h) IOpcRelationshipSet 介面
表示 Relationship 元件,做為關聯性物件的未排序 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 解析元件名稱。
如需關聯性的詳細資訊,請參閱 Open Packaging Conventions Fundamentals and the ECMA-376 OpenXML, 1st Edition, Part 2: Open Packaging Conventions (OPC) 。
IOpcRelationship 介面可讓您存取關聯性屬性。 如需這些屬性的詳細資訊,請參閱 關聯性概觀 和 IOpcRelationship。
執行緒安全性
封裝物件不是安全線程。
如需詳細資訊,請參閱使用封裝 API 使用者入門。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | msopc.h |
另請參閱
外部資源
概觀
參考