DslLibraryBase.DiagramElements Property
Gets a list of DiagramElements. Diagram elements defined by the DSL library.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DiagramElements As ReadOnlyLinkedElementCollection(Of DiagramElement)
public virtual ReadOnlyLinkedElementCollection<DiagramElement> DiagramElements { get; }
public:
virtual property ReadOnlyLinkedElementCollection<DiagramElement^>^ DiagramElements {
ReadOnlyLinkedElementCollection<DiagramElement^>^ get ();
}
abstract DiagramElements : ReadOnlyLinkedElementCollection<DiagramElement> with get
override DiagramElements : ReadOnlyLinkedElementCollection<DiagramElement> with get
function get DiagramElements () : ReadOnlyLinkedElementCollection<DiagramElement>
Property Value
Type: Microsoft.VisualStudio.Modeling.ReadOnlyLinkedElementCollection<DiagramElement>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.