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


IAssociation.OwnedEnds - свойство

Получает свойства, принадлежащие непосредственно ассоциации.

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

Синтаксис

'Декларация
ReadOnly Property OwnedEnds As IEnumerable(Of IProperty)
IEnumerable<IProperty> OwnedEnds { get; }
property IEnumerable<IProperty^>^ OwnedEnds {
    IEnumerable<IProperty^>^ get ();
}
abstract OwnedEnds : IEnumerable<IProperty>
function get OwnedEnds () : IEnumerable<IProperty>

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

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

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

См. также

Ссылки

IAssociation Интерфейс

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