Freigeben über


NotesMasterPart.CustomXmlParts-Eigenschaft

Gets the CustomXmlParts of the NotesMasterPart.

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 NotesMasterPart
Dim value As IEnumerable(Of CustomXmlPart)

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

Eigenschaftswert

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

Siehe auch

Referenz

NotesMasterPart Klasse

NotesMasterPart-Member

DocumentFormat.OpenXml.Packaging-Namespace