Share via


OpenXmlPartContainer.ExternalRelationships Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

Syntax

'Declaration
Public ReadOnly Property ExternalRelationships As IEnumerable(Of ExternalRelationship)
'Usage
Dim instance As OpenXmlPartContainer
Dim value As IEnumerable(Of ExternalRelationship)

value = instance.ExternalRelationships
public IEnumerable<ExternalRelationship> ExternalRelationships { get; }

See Also

Reference

OpenXmlPartContainer Class
OpenXmlPartContainer Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace