IConnectorEnd.Role Property

 

Gets the type of element connected by this end, usually a port, either on the containing component or one of its parts.

Namespace:   Microsoft.VisualStudio.Uml.CompositeStructures
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IConnectableElement Role { get; }
property IConnectableElement^ Role {
    IConnectableElement^ get();
}
abstract Role : IConnectableElement with get
ReadOnly Property Role As IConnectableElement

Property Value

Type: Microsoft.VisualStudio.Uml.CompositeStructures.IConnectableElement

See Also

IConnectorEnd Interface
Microsoft.VisualStudio.Uml.CompositeStructures Namespace

Return to top