Freigeben über


PresentationPart.AddCustomXmlPart-Methode (CustomXmlPartType, String)

Adds a CustomXmlPart to the PresentationPart.

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 PresentationPart
Dim partType As CustomXmlPartType
Dim id As String
Dim returnValue As CustomXmlPart

returnValue = instance.AddCustomXmlPart(partType, _
    id)
public CustomXmlPart AddCustomXmlPart(
    CustomXmlPartType partType,
    string id
)

Parameter

Rückgabewert

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

Siehe auch

Referenz

PresentationPart Klasse

PresentationPart-Member

AddCustomXmlPart Überladung

DocumentFormat.OpenXml.Packaging-Namespace