Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
element
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerElementThe layer element
Return Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape
See Also
GetLayerElement
Extensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top