Condividi tramite


Proprietà IClass.OwnedAttributes

Ottiene l'elenco di attributi (proprietà) definiti da questa classe.

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

Sintassi

'Dichiarazione
ReadOnly Property OwnedAttributes As IEnumerable(Of IProperty)
    Get
IEnumerable<IProperty> OwnedAttributes { get; }
property IEnumerable<IProperty^>^ OwnedAttributes {
    IEnumerable<IProperty^>^ get ();
}
abstract OwnedAttributes : IEnumerable<IProperty>
function get OwnedAttributes () : IEnumerable<IProperty>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<IProperty>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IClass Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes