PresentationHelpers.GetElement Method (ShapeElement)
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