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.
The UML model element displayed by this ShapeElement.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static IElement GetElement(
this ShapeElement shapeElement
)
public:
[ExtensionAttribute]
static IElement^ GetElement(
ShapeElement^ shapeElement
)
static member GetElement :
shapeElement:ShapeElement -> IElement
<ExtensionAttribute>
Public Shared Function GetElement (
shapeElement As ShapeElement
) As IElement
Parameters
- shapeElement
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Return Value
Type: Microsoft.VisualStudio.Uml.Classes.IElement
Remarks
For more information, see:
See Also
PresentationHelpers Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace
Return to top