Freigeben über


PresentationPart.CustomXmlParts-Eigenschaft

Gets the CustomXmlParts of the PresentationPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public ReadOnly Property CustomXmlParts As IEnumerable(Of CustomXmlPart)
    Get
'Usage
Dim instance As PresentationPart
Dim value As IEnumerable(Of CustomXmlPart)

value = instance.CustomXmlParts
public IEnumerable<CustomXmlPart> CustomXmlParts { get; }

Eigenschaftswert

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

Siehe auch

Referenz

PresentationPart Klasse

PresentationPart-Member

DocumentFormat.OpenXml.Packaging-Namespace