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
- 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.