Udostępnij za pośrednictwem


Właściwość IClass.OwnedAttributes —

Pobiera listę atrybutów (Właściwości), które są zdefiniowane w tej klasie.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Classes
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

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

Wartość właściwości

Typ: IEnumerable<IProperty>

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IClass Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Classes