IdPartPair Constructor
Initializes a new instance of the IdPartPair with the specified id and part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
id As String, _
part As OpenXmlPart _
)
'Usage
Dim id As String
Dim part As OpenXmlPart
Dim instance As New IdPartPair(id, part)
public IdPartPair(
string id,
OpenXmlPart part
)
Parameters
- id
Type: System.String
The relationship ID.
- part
Type: DocumentFormat.OpenXml.Packaging.OpenXmlPart
The OpenXmlPart.