Freigeben über


WordprocessingCommentsPart.AddAlternativeFormatImportPart-Methode (String, String)

Adds a AlternativeFormatImportPart to the WordprocessingCommentsPart.

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

Syntax

'Declaration
Public Function AddAlternativeFormatImportPart ( _
    contentType As String, _
    id As String _
) As AlternativeFormatImportPart
'Usage
Dim instance As WordprocessingCommentsPart
Dim contentType As String
Dim id As String
Dim returnValue As AlternativeFormatImportPart

returnValue = instance.AddAlternativeFormatImportPart(contentType, _
    id)
public AlternativeFormatImportPart AddAlternativeFormatImportPart(
    string contentType,
    string id
)

Parameter

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

Rückgabewert

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

Siehe auch

Referenz

WordprocessingCommentsPart Klasse

WordprocessingCommentsPart-Member

AddAlternativeFormatImportPart Überladung

DocumentFormat.OpenXml.Packaging-Namespace