Extensions.GetShape Method (ILayerElement)

 

Get the shape that presents this layer element.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

public static IShape GetShape(
    this ILayerElement element
)
public:
[ExtensionAttribute]
static IShape^ GetShape(
    ILayerElement^ element
)
static member GetShape : 
        element:ILayerElement -> IShape
<ExtensionAttribute>
Public Shared Function GetShape (
    element As ILayerElement
) As IShape

Parameters

Return Value

Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape

See Also

GetLayerElement
Extensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top