ShapeMapHasDecoratorMaps.SetShapeMap Method
Sets ShapeMap.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Sub SetShapeMap ( _
element As DecoratorMap, _
newShapeMap As BaseShapeMap _
)
public static void SetShapeMap(
DecoratorMap element,
BaseShapeMap newShapeMap
)
public:
static void SetShapeMap(
DecoratorMap^ element,
BaseShapeMap^ newShapeMap
)
static member SetShapeMap :
element:DecoratorMap *
newShapeMap:BaseShapeMap -> unit
public static function SetShapeMap(
element : DecoratorMap,
newShapeMap : BaseShapeMap
)
Parameters
- newShapeMap
Type: Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap
.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.