Share via


IShape.Element Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The UML model element that this shape represents.

Namespace:  Microsoft.VisualStudio.Uml.Presentation
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
ReadOnly Property Element As IElement
    Get
'Usage
Dim instance As IShape
Dim value As IElement

value = instance.Element
IElement Element { get; }
property IElement^ Element {
    IElement^ get ();
}
abstract Element : IElement
function get Element () : IElement

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IElement

.NET Framework Security

See Also

Reference

IShape Interface

IShape Members

Microsoft.VisualStudio.Uml.Presentation Namespace