PresentationDocument.PresentationPart-Eigenschaft
Gets the PresentationPart of the PresentationDocument.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property PresentationPart As PresentationPart
Get
'Usage
Dim instance As PresentationDocument
Dim value As PresentationPart
value = instance.PresentationPart
public PresentationPart PresentationPart { get; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.Packaging.PresentationPart