Proprietà IElement.OwnedElements
ottiene gli elementi di proprietà da questo elemento.Ogni elemento ha un proprietario, tranne l'oggetto IModel radice.
Spazio dei nomi: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintassi
'Dichiarazione
ReadOnly Property OwnedElements As IEnumerable(Of IElement)
IEnumerable<IElement> OwnedElements { get; }
property IEnumerable<IElement^>^ OwnedElements {
IEnumerable<IElement^>^ get ();
}
abstract OwnedElements : IEnumerable<IElement>
function get OwnedElements () : IEnumerable<IElement>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<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.