OpenXmlPartContainer.ExternalRelationships Property

Definition

Gets all external relationships. Hyperlink relationships are not included, use HyperlinkRelationship property to enumerate hyperlink relationships.

public System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.Packaging.ExternalRelationship> ExternalRelationships { get; }
member this.ExternalRelationships : seq<DocumentFormat.OpenXml.Packaging.ExternalRelationship>
Public ReadOnly Property ExternalRelationships As IEnumerable(Of ExternalRelationship)

Property Value

Applies to