OpenXmlPart.GetParentParts Method (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.]
Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)
Syntax
'Declaration
Public Function GetParentParts As IEnumerable(Of OpenXmlPart)
'Usage
Dim instance As OpenXmlPart
Dim returnValue As IEnumerable(Of OpenXmlPart)
returnValue = instance.GetParentParts
public IEnumerable<OpenXmlPart> GetParentParts ()
See Also
Reference
OpenXmlPart Class
OpenXmlPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace