Share via


MainDocumentPart.EmbeddedPackageParts 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.]

Gets the EmbeddedPackageParts of the MainDocumentPart

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

Syntax

'Declaration
Public ReadOnly Property EmbeddedPackageParts As IEnumerable(Of EmbeddedPackagePart)
'Usage
Dim instance As MainDocumentPart
Dim value As IEnumerable(Of EmbeddedPackagePart)

value = instance.EmbeddedPackageParts
public IEnumerable<EmbeddedPackagePart> EmbeddedPackageParts { get; }

See Also

Reference

MainDocumentPart Class
MainDocumentPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace