Proprietà IElement.Owner
Ottiene l'Elemento che possiede questo elemento. Ogni elemento tranne 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
Get
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
- 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.