IdPartPair.OpenXmlPart Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The OpenXmlPart which has the relationship ID.
Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)
Syntax
'Declaration
Public Property OpenXmlPart As OpenXmlPart
'Usage
Dim instance As IdPartPair
Dim value As OpenXmlPart
value = instance.OpenXmlPart
instance.OpenXmlPart = value
public OpenXmlPart OpenXmlPart { get; set; }
See Also
Reference
IdPartPair Class
IdPartPair Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace