次の方法で共有


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>

See Also

Reference

OpenXmlPart Class

OpenXmlPart Members

DocumentFormat.OpenXml.Packaging Namespace