Поделиться через


IClass.OwnedAttributes - свойство

Получат список атрибутов (свойств), определенных в данном классе.

Пространство имен:  Microsoft.VisualStudio.Uml.Classes
Сборка:  Microsoft.VisualStudio.Uml.Interfaces (в Microsoft.VisualStudio.Uml.Interfaces.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<IProperty>

Безопасность платформы .NET Framework

См. также

Ссылки

IClass Интерфейс

Microsoft.VisualStudio.Uml.Classes - пространство имен