Condividi tramite


Proprietà IComment.OwningElement

Ottiene l'elemento in cui il commento viene definito, ad esempio un modello.Non uguali agli 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
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

Vedere anche

Riferimenti

IComment Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes