Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Adds a CustomXmlPart to the NotesMasterPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddCustomXmlPart ( _
contentType As String, _
id As String _
) As CustomXmlPart
'Usage
Dim instance As NotesMasterPart
Dim contentType As String
Dim id As String
Dim returnValue As CustomXmlPart
returnValue = instance.AddCustomXmlPart(contentType, _
id)
public CustomXmlPart AddCustomXmlPart(
string contentType,
string id
)
Parameters
- contentType
Type: System.String
the content type of the CustomXmlPart.
- id
Type: System.String
The relationship id.
Return Value
Type: DocumentFormat.OpenXml.Packaging.CustomXmlPart
The newly added part.