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
'Declaration
ReadOnly Property Role As IConnectableElement
IConnectableElement Role { get; }
property IConnectableElement^ Role {
IConnectableElement^ get ();
}
abstract Role : IConnectableElement with get
function get Role () : IConnectableElement
Property Value
Type: Microsoft.VisualStudio.Uml.CompositeStructures.IConnectableElement
.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.