IShapeExtensions.GetElement Method

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

'Declaration
<ExtensionAttribute> _
Public Shared Function GetElement ( _
    shape As IShape _
) As IElement
public static IElement GetElement(
    this IShape shape
)
[ExtensionAttribute]
public:
static IElement^ GetElement(
    IShape^ shape
)
static member GetElement : 
        shape:IShape -> IElement 
public static function GetElement(
    shape : IShape
) : IElement

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Classes.IElement

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IShape. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

IShapeExtensions Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace