Freigeben über


OpenXmlPartContainer.ExternalRelationships-Eigenschaft

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

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

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

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<ExternalRelationship>

Siehe auch

Referenz

OpenXmlPartContainer Klasse

OpenXmlPartContainer-Member

DocumentFormat.OpenXml.Packaging-Namespace