次の方法で共有


PresentationDocument.AddExtendedFilePropertiesPart Method

Adds a ExtendedFilePropertiesPart to the PresentationDocument.

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

Syntax

'宣言
Public Function AddExtendedFilePropertiesPart As ExtendedFilePropertiesPart
'使用
Dim instance As PresentationDocument
Dim returnValue As ExtendedFilePropertiesPart

returnValue = instance.AddExtendedFilePropertiesPart()
public ExtendedFilePropertiesPart AddExtendedFilePropertiesPart()

Return Value

Type: DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart
The newly added ExtendedFilePropertiesPart.

See Also

Reference

PresentationDocument Class

PresentationDocument Members

DocumentFormat.OpenXml.Packaging Namespace