EndnotesPart.AddAlternativeFormatImportPart Method (AlternativeFormatImportPartType, String)
Adds a AlternativeFormatImportPart to the EndnotesPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddAlternativeFormatImportPart ( _
partType As AlternativeFormatImportPartType, _
id As String _
) As AlternativeFormatImportPart
'Usage
Dim instance As EndnotesPart
Dim partType As AlternativeFormatImportPartType
Dim id As String
Dim returnValue As AlternativeFormatImportPart
returnValue = instance.AddAlternativeFormatImportPart(partType, _
id)
public AlternativeFormatImportPart AddAlternativeFormatImportPart(
AlternativeFormatImportPartType partType,
string id
)
Parameters
- partType
Type: DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType
The part type of the AlternativeFormatImportPart
- id
Type: System.String
The relationship id
Return Value
Type: DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart
The newly added part.