IConnector.Ends Property
A connector consists of at least two connector ends, each of which represents the participation of instances of the classifiers that type the connectable elements attached to this end.
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
IConnector Interface
Microsoft.VisualStudio.Uml.CompositeStructures Namespace
Return to top