OpenXmlPartContainer.ExternalRelationships Property
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.
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)