Proprietà IStereotypeInstance.Element
L'elemento al quale lo stereotipo viene applicato.
Spazio dei nomi: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.VisualStudio.Uml.Classes.IElement
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.