BaseShapeMap.SetBaseShape Method
Set the value of BaseShape
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.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
- 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.