IShapeExtensions.GetElement Method (IShape)

 

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