Share via


DslLibraryBase.Shapes Property

Gets a list of Shapes. Shapes 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 ReadOnly Property Shapes As LinkedElementCollection(Of BaseShape)
public LinkedElementCollection<BaseShape> Shapes { get; }
public:
property LinkedElementCollection<BaseShape^>^ Shapes {
    LinkedElementCollection<BaseShape^>^ get ();
}
member Shapes : LinkedElementCollection<BaseShape> with get
function get Shapes () : LinkedElementCollection<BaseShape>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<BaseShape>

.NET Framework Security

See Also

Reference

DslLibraryBase Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace