WordprocessingCommentsPart.AddAlternativeFormatImportPart Method (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
)
Parameters
- contentType
Type: System.String
the content type of the AlternativeFormatImportPart
- id
Type: System.String
The relationship id
Return Value
Type: DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart
The newly added part.
See Also
Reference
WordprocessingCommentsPart Class
WordprocessingCommentsPart Members