Share via


ShapeMapHasParentElementPath.SetShapeMap Method

Sets ShapeMap.

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

Syntax

'Declaration
Public Shared Sub SetShapeMap ( _
    element As DomainPath, _
    newShapeMap As BaseShapeMap _
)
public static void SetShapeMap(
    DomainPath element,
    BaseShapeMap newShapeMap
)
public:
static void SetShapeMap(
    DomainPath^ element, 
    BaseShapeMap^ newShapeMap
)
static member SetShapeMap : 
        element:DomainPath * 
        newShapeMap:BaseShapeMap -> unit 
public static function SetShapeMap(
    element : DomainPath, 
    newShapeMap : BaseShapeMap
)

Parameters

.NET Framework Security

See Also

Reference

ShapeMapHasParentElementPath Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace