Properties.Load Method
Loads the DOM from the ExtendedFilePropertiesPart.
Namespace: DocumentFormat.OpenXml.ExtendedProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub Load ( _
openXmlPart As ExtendedFilePropertiesPart _
)
'Usage
Dim instance As Properties
Dim openXmlPart As ExtendedFilePropertiesPart
instance.Load(openXmlPart)
public void Load(
ExtendedFilePropertiesPart openXmlPart
)
Parameters
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart
Specifies the part to be loaded.