OpenXmlPart.GetParentParts Method
Enum all parents that reference this part anywhere in the document.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Function GetParentParts As IEnumerable(Of OpenXmlPart)
用法
Dim instance As OpenXmlPart
Dim returnValue As IEnumerable(Of OpenXmlPart)
returnValue = instance.GetParentParts()
public IEnumerable<OpenXmlPart> GetParentParts()
Return Value
Type: System.Collections.Generic.IEnumerable<OpenXmlPart>