IdPartPair(String, OpenXmlPart) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the IdPartPair with the specified id and part.
public IdPartPair (string id, DocumentFormat.OpenXml.Packaging.OpenXmlPart part);
new DocumentFormat.OpenXml.Packaging.IdPartPair : string * DocumentFormat.OpenXml.Packaging.OpenXmlPart -> DocumentFormat.OpenXml.Packaging.IdPartPair
Public Sub New (id As String, part As OpenXmlPart)
Parameters
- id
- String
The relationship ID.
- part
- OpenXmlPart
The OpenXmlPart.