Proprietà IComment.OwningElement
Ottiene l'elemento in cui è definito il commento, ad esempio un modello. Non lo stesso di AnnotatedElements, gli elementi a cui è collegato.
Spazio dei nomi: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintassi
'Dichiarazione
ReadOnly Property OwningElement As IElement
Get
IElement OwningElement { get; }
property IElement^ OwningElement {
IElement^ get ();
}
abstract OwningElement : IElement
function get OwningElement () : 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.