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 layer element presented by this shape.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
public static ILayerElement GetLayerElement(
this IShape shape
)
public:
[ExtensionAttribute]
static ILayerElement^ GetLayerElement(
IShape^ shape
)
static member GetLayerElement :
shape:IShape -> ILayerElement
<ExtensionAttribute>
Public Shared Function GetLayerElement (
shape As IShape
) As ILayerElement
Parameters
shape
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShapeThe shape.
Return Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerElement
The layer element.
See Also
GetShape
Extensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top