Condividi tramite


Proprietà IClass.OwnedAttributes

Ottiene l'elenco degli attributi (proprietà) che sia definito nella 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)
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