Share via


ShapeMapHasParentElementPath.GetShapeMap Method

Gets 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 Function GetShapeMap ( _
    element As DomainPath _
) As BaseShapeMap
public static BaseShapeMap GetShapeMap(
    DomainPath element
)
public:
static BaseShapeMap^ GetShapeMap(
    DomainPath^ element
)
static member GetShapeMap : 
        element:DomainPath -> BaseShapeMap
public static function GetShapeMap(
    element : DomainPath
) : BaseShapeMap

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap

.NET Framework Security

See Also

Reference

ShapeMapHasParentElementPath Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace