Share via


WordprocessingDocument.ExtendedFilePropertiesPart Property

Gets the ExtendedFilePropertiesPart of the WordprocessingDocument.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

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

Property Value

Type: DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart

See Also

Reference

WordprocessingDocument Class

WordprocessingDocument Members

DocumentFormat.OpenXml.Packaging Namespace