Share via


BaseShapeMap.BaseShape Property

Gets or sets BaseShape. Base shape referenced by the map.

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 BaseShape As BaseShape
public virtual BaseShape BaseShape { get; }
public:
virtual property BaseShape^ BaseShape {
    BaseShape^ get ();
}
abstract BaseShape : BaseShape with get 
override BaseShape : BaseShape with get
function get BaseShape () : BaseShape

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape

.NET Framework Security

See Also

Reference

BaseShapeMap Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace