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
'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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.