IStereotypeInstance.Element (Propiedad)

Elemento al que se aplica el estereotipo.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
Property Element As IElement
IElement Element { get; set; }
property IElement^ Element {
    IElement^ get ();
    void set (IElement^ value);
}
abstract Element : IElement with get, set
function get Element () : IElement
function set Element (value : IElement)

Valor de propiedad

Tipo: Microsoft.VisualStudio.Uml.Classes.IElement

Seguridad de .NET Framework

Vea también

Referencia

IStereotypeInstance Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)