SlideLayoutPart.AddCustomXmlPart Method (CustomXmlPartType, String)

Adds a CustomXmlPart to the SlideLayoutPart.

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 SlideLayoutPart
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

Return Value

Type: DocumentFormat.OpenXml.Packaging.CustomXmlPart
The newly added part.

See Also

Reference

SlideLayoutPart Class

SlideLayoutPart Members

AddCustomXmlPart Overload

DocumentFormat.OpenXml.Packaging Namespace