CustomFilePropertiesPart.Properties-Eigenschaft
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Properties As Properties
Get
Set
'Usage
Dim instance As CustomFilePropertiesPart
Dim value As Properties
value = instance.Properties
instance.Properties = value
public Properties Properties { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.CustomProperties.Properties
Siehe auch
Referenz
CustomFilePropertiesPart Klasse