Share via


DslLibraryBase.DiagramElements Property

Definition

Gets a list of DiagramElements. Diagram elements defined by the DSL library.

public:
 virtual property Microsoft::VisualStudio::Modeling::ReadOnlyLinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElement ^> ^ DiagramElements { Microsoft::VisualStudio::Modeling::ReadOnlyLinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElement ^> ^ get(); };
public virtual Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement> DiagramElements { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DiagramElements : Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement>
Public Overridable ReadOnly Property DiagramElements As ReadOnlyLinkedElementCollection(Of DiagramElement)

Property Value

Attributes

Applies to