IRelationshipCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |