IConnectableElement.Ends Property

Gets the connector ends to which this element is connected.

Namespace:  Microsoft.VisualStudio.Uml.CompositeStructures
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Ends As IEnumerable(Of IConnectorEnd)
IEnumerable<IConnectorEnd> Ends { get; }
property IEnumerable<IConnectorEnd^>^ Ends {
    IEnumerable<IConnectorEnd^>^ get ();
}
abstract Ends : IEnumerable<IConnectorEnd> with get
function get Ends () : IEnumerable<IConnectorEnd>

Property Value

Type: System.Collections.Generic.IEnumerable<IConnectorEnd>

.NET Framework Security

See Also

Reference

IConnectableElement Interface

Microsoft.VisualStudio.Uml.CompositeStructures Namespace