PresentationPart.AddCustomXmlPart Method (String)
Adds a CustomXmlPart to the PresentationPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Function AddCustomXmlPart ( _
contentType As String _
) As CustomXmlPart
'Применение
Dim instance As PresentationPart
Dim contentType As String
Dim returnValue As CustomXmlPart
returnValue = instance.AddCustomXmlPart(contentType)
public CustomXmlPart AddCustomXmlPart(
string contentType
)
Parameters
- contentType
Type: System.String
the content type of the CustomXmlPart.
Return Value
Type: DocumentFormat.OpenXml.Packaging.CustomXmlPart
The newly added part.