NotesSlidePart.AddCustomXmlPart Method (CustomXmlPartType, String)
Adds a CustomXmlPart to the NotesSlidePart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddCustomXmlPart ( _
partType As CustomXmlPartType, _
id As String _
) As CustomXmlPart
'Usage
Dim instance As NotesSlidePart
Dim partType As CustomXmlPartType
Dim id As String
Dim returnValue As CustomXmlPart
returnValue = instance.AddCustomXmlPart(partType, _
id)
public CustomXmlPart AddCustomXmlPart(
CustomXmlPartType partType,
string id
)
Parameters
- partType
Type: DocumentFormat.OpenXml.Packaging.CustomXmlPartType
The part type of the CustomXmlPart.
- id
Type: System.String
The relationship id.
Return Value
Type: DocumentFormat.OpenXml.Packaging.CustomXmlPart
The newly added part.