VmlDrawingPart.LegacyDiagramTextParts-Eigenschaft
Gets the LegacyDiagramTextParts of the VmlDrawingPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property LegacyDiagramTextParts As IEnumerable(Of LegacyDiagramTextPart)
Get
'Usage
Dim instance As VmlDrawingPart
Dim value As IEnumerable(Of LegacyDiagramTextPart)
value = instance.LegacyDiagramTextParts
public IEnumerable<LegacyDiagramTextPart> LegacyDiagramTextParts { get; }
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<LegacyDiagramTextPart>