Condividi tramite


Proprietà IElement.Owner

Ottiene l'elemento proprietario dell'elemento.Ogni elemento ad eccezione l'oggetto IModel radice ha un proprietario.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property Owner As IElement
IElement Owner { get; }
property IElement^ Owner {
    IElement^ get ();
}
abstract Owner : IElement
function get Owner () : IElement

Valore proprietà

Tipo: Microsoft.VisualStudio.Uml.Classes.IElement

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes