Share via


BaseShapeMap.SetBaseShape Method

Set the value of BaseShape

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Protected MustOverride Sub SetBaseShape ( _
    shape As BaseShape _
)
protected abstract void SetBaseShape(
    BaseShape shape
)
protected:
virtual void SetBaseShape(
    BaseShape^ shape
) abstract
abstract SetBaseShape : 
        shape:BaseShape -> unit
protected abstract function SetBaseShape(
    shape : BaseShape
)

Parameters

.NET Framework Security

See Also

Reference

BaseShapeMap Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace