DslLibraryBase.Shapes Property

Definition

Gets a list of Shapes. Shapes defined by the DSL library.

public:
 property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::BaseShape ^> ^ Shapes { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::BaseShape ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape> Shapes { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Shapes : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape>
Public ReadOnly Property Shapes As LinkedElementCollection(Of BaseShape)

Property Value

Attributes

Applies to