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 model element that this shape represents.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static IElement GetElement(
this IShape shape
)
public:
[ExtensionAttribute]
static IElement^ GetElement(
IShape^ shape
)
static member GetElement :
shape:IShape -> IElement
<ExtensionAttribute>
Public Shared Function GetElement (
shape As IShape
) As IElement
Parameters
Return Value
Type: Microsoft.VisualStudio.Uml.Classes.IElement
See Also
IShapeExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top