GlossaryDocumentPart.DiagramDataParts Property

Gets the DiagramDataParts of the GlossaryDocumentPart.

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 GlossaryDocumentPart
Dim value As IEnumerable(Of DiagramDataPart)

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

Property Value

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

See Also

Reference

GlossaryDocumentPart Class

GlossaryDocumentPart Members

DocumentFormat.OpenXml.Packaging Namespace