IOpcRelationshipSet interface (msopc.h)

Represents a Relationships part as an unordered set of IOpcRelationship interface pointers to relationship objects.

Inheritance

The IOpcRelationshipSet interface inherits from the IUnknown interface. IOpcRelationshipSet also has these types of members:

Methods

The IOpcRelationshipSet interface has these methods.

 
IOpcRelationshipSet::CreateRelationship

Creates a relationship object that represents a specified relationship, then adds to the set a pointer to the object's IOpcRelationship interface.
IOpcRelationshipSet::DeleteRelationship

Deletes a specified IOpcRelationship interface pointer from the set.
IOpcRelationshipSet::GetEnumerator

Gets an enumerator of IOpcRelationship interface pointers in the set.
IOpcRelationshipSet::GetEnumeratorForType

Gets an enumerator of the IOpcRelationship interface pointers in the set that point to representations of relationships that have a specified relationship type.
IOpcRelationshipSet::GetRelationship

Gets a relationship object from the set that represents a specified relationship.
IOpcRelationshipSet::GetRelationshipsContentStream

Gets a read-only stream that contains the part content of the Relationships part represented by the set.
IOpcRelationshipSet::RelationshipExists

Gets a value that indicates whether a specified relationship is represented as a relationship object in the set.

Remarks

When a relationship object is created and a pointer to it is added to the set, the relationship it represents is saved when the package is saved.

When an IOpcRelationship interface pointer is deleted from the set, the relationship it represents is not saved when the package is saved.

If a relationship is represented in the set, the relationship is stored in the Relationships part represented as the set.

For how to form the part name for the target of a relationship, see Resolving a Part Name from a Target URI.

For more information about relationships, see Open Packaging Conventions Fundamentals and the ECMA-376 OpenXML, 1st Edition, Part 2: Open Packaging Conventions (OPC).

The IOpcRelationship interface provides access to relationship properties. For details about these properties, see the Relationships Overview and IOpcRelationship.

Thread Safety

Packaging objects are not thread-safe.

For more information, see the Getting Started with the Packaging API.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header msopc.h

See also

Core Packaging Interfaces

ECMA-376 OpenXML

External Resources

Getting Started with the Packaging API

IOpcRelationshipEnumerator

Open Packaging Conventions Fundamentals

Overviews

Packaging API Reference

Packaging API Samples

Reference

Relationships Overview