Freigeben über


WordprocessingCommentsPart.AddEmbeddedObjectPart-Methode

Adds a EmbeddedObjectPart to the WordprocessingCommentsPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function AddEmbeddedObjectPart ( _
    contentType As String _
) As EmbeddedObjectPart
'Usage
Dim instance As WordprocessingCommentsPart
Dim contentType As String
Dim returnValue As EmbeddedObjectPart

returnValue = instance.AddEmbeddedObjectPart(contentType)
public EmbeddedObjectPart AddEmbeddedObjectPart(
    string contentType
)

Parameter

  • contentType
    Typ: System.String
    the content type of the EmbeddedObjectPart

Rückgabewert

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

Siehe auch

Referenz

WordprocessingCommentsPart Klasse

WordprocessingCommentsPart-Member

DocumentFormat.OpenXml.Packaging-Namespace