MainDocumentPart.AddCustomXmlPart-Methode (CustomXmlPartType)
Adds a CustomXmlPart to the MainDocumentPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddCustomXmlPart ( _
partType As CustomXmlPartType _
) As CustomXmlPart
'Usage
Dim instance As MainDocumentPart
Dim partType As CustomXmlPartType
Dim returnValue As CustomXmlPart
returnValue = instance.AddCustomXmlPart(partType)
public CustomXmlPart AddCustomXmlPart(
CustomXmlPartType partType
)
Parameter
- partType
Typ: DocumentFormat.OpenXml.Packaging.CustomXmlPartType
The part type of the CustomXmlPart.
Rückgabewert
Typ: DocumentFormat.OpenXml.Packaging.CustomXmlPart
The newly added part.