DslLibraryBase.Shapes Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public ReadOnly Property Shapes As LinkedElementCollection(Of BaseShape)
'Usage
Dim instance As DslLibraryBase
Dim value As LinkedElementCollection(Of BaseShape)
value = instance.Shapes
public LinkedElementCollection<BaseShape> Shapes { get; }
public:
property LinkedElementCollection<BaseShape^>^ Shapes {
LinkedElementCollection<BaseShape^>^ get ();
}
public function get Shapes () : LinkedElementCollection<BaseShape>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<BaseShape>
.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.