Freigeben über


NotesSlidePart.DiagramDataParts-Eigenschaft

Gets the DiagramDataParts of the NotesSlidePart.

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

Syntax

'Declaration
Public ReadOnly Property DiagramDataParts As IEnumerable(Of DiagramDataPart)
    Get
'Usage
Dim instance As NotesSlidePart
Dim value As IEnumerable(Of DiagramDataPart)

value = instance.DiagramDataParts
public IEnumerable<DiagramDataPart> DiagramDataParts { get; }

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<DiagramDataPart>

Siehe auch

Referenz

NotesSlidePart Klasse

NotesSlidePart-Member

DocumentFormat.OpenXml.Packaging-Namespace