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
IEnumerable<IConnectorEnd> Ends { get; }
property IEnumerable<IConnectorEnd^>^ Ends {
IEnumerable<IConnectorEnd^>^ get();
}
abstract Ends : IEnumerable<IConnectorEnd> with get
ReadOnly Property Ends As IEnumerable(Of IConnectorEnd)
Property Value
Type: System.Collections.Generic.IEnumerable<IConnectorEnd>
See Also
IConnectableElement Interface
Microsoft.VisualStudio.Uml.CompositeStructures Namespace
Return to top