SlideMasterPart.AddCustomXmlPart Method (CustomXmlPartType)
Adds a CustomXmlPart to the SlideMasterPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Function AddCustomXmlPart ( _
partType As CustomXmlPartType _
) As CustomXmlPart
'Применение
Dim instance As SlideMasterPart
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.