Поделиться через


ShapeMapReferencesShape.GetShape Method

Gets Shape.

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

Syntax

'Декларация
Public Shared Function GetShape ( _
    element As ShapeMap _
) As Shape
public static Shape GetShape(
    ShapeMap element
)
public:
static Shape^ GetShape(
    ShapeMap^ element
)
static member GetShape : 
        element:ShapeMap -> Shape 
public static function GetShape(
    element : ShapeMap
) : Shape

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Shape

.NET Framework Security

See Also

Reference

ShapeMapReferencesShape Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace