PresentationDocument.AddCoreFilePropertiesPart Method
Adds a CoreFilePropertiesPart to the PresentationDocument.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Function AddCoreFilePropertiesPart As CoreFilePropertiesPart
用法
Dim instance As PresentationDocument
Dim returnValue As CoreFilePropertiesPart
returnValue = instance.AddCoreFilePropertiesPart()
public CoreFilePropertiesPart AddCoreFilePropertiesPart()
Return Value
Type: DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart
The newly added CoreFilePropertiesPart.