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


IConnectableElement.Ends - свойство

Получает концы соединителя, к которым подключен этот элемент.

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

Синтаксис

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

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

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

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

См. также

Ссылки

IConnectableElement Интерфейс

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