Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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