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
'Declaration
ReadOnly Property Ends As IEnumerable(Of IConnectorEnd)
Get
IEnumerable<IConnectorEnd> Ends { get; }
property IEnumerable<IConnectorEnd^>^ Ends {
IEnumerable<IConnectorEnd^>^ get ();
}
abstract Ends : IEnumerable<IConnectorEnd>
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.