OpenXmlPartContainer.ExternalRelationships Property
Enumerates all external relationships. Hyperlink relationships are not included, use HyperlinkRelationship property to enumerate hyperlink relationships.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public ReadOnly Property ExternalRelationships As IEnumerable(Of ExternalRelationship)
Get
'Применение
Dim instance As OpenXmlPartContainer
Dim value As IEnumerable(Of ExternalRelationship)
value = instance.ExternalRelationships
public IEnumerable<ExternalRelationship> ExternalRelationships { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<ExternalRelationship>