Share via


WordprocessingDocument.ExtendedFilePropertiesPart 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 ExtendedFilePropertiesPart of the WordprocessingDocument

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

Syntax

'Declaration
Public ReadOnly Property ExtendedFilePropertiesPart As ExtendedFilePropertiesPart
'Usage
Dim instance As WordprocessingDocument
Dim value As ExtendedFilePropertiesPart

value = instance.ExtendedFilePropertiesPart
public ExtendedFilePropertiesPart ExtendedFilePropertiesPart { get; }

See Also

Reference

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