NotesMasterPart.AddCustomXmlPart Method (CustomXmlPartType)
Adds a CustomXmlPart to the NotesMasterPart.
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 NotesMasterPart
Dim partType As CustomXmlPartType
Dim returnValue As CustomXmlPart
returnValue = instance.AddCustomXmlPart(partType)
public CustomXmlPart AddCustomXmlPart(
CustomXmlPartType partType
)
Parameters
- partType
Type: DocumentFormat.OpenXml.Packaging.CustomXmlPartType
The part type of the CustomXmlPart.
Return Value
Type: DocumentFormat.OpenXml.Packaging.CustomXmlPart
The newly added part.