Share via


IRelationshipCollection Interface

Definition

A collection of relationships for a IPackage of IPackagePart.

public interface IRelationshipCollection : System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.IPackageRelationship>
type IRelationshipCollection = interface
    interface seq<IPackageRelationship>
    interface IEnumerable
Public Interface IRelationshipCollection
Implements IEnumerable(Of IPackageRelationship)
Implements

Properties

Count

Gets a count of the registered relationships.

Item[String]

Gets a relationship by id.

Methods

Contains(String)

Indicates whether a relationship with a given ID is defined.

Create(Uri, TargetMode, String, String)

Creates a relationship to a part with a given URI, target mode, relationship type, and (optional) identifier.

Remove(String)

Deletes the specified relationship.

Applies to