Share via


ConnectorKind Enumeration

Describes a connector inside a Component.

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

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration ConnectorKind
[CLSCompliantAttribute(true)]
public enum ConnectorKind
[CLSCompliantAttribute(true)]
public enum class ConnectorKind
[<CLSCompliantAttribute(true)>]
type ConnectorKind
public enum ConnectorKind

Members

Member name Description
Assembly The connector connects a provided Port of a Part to a Required Port of a Part in the same Component.
Delegation The connector connects a Port of the Component to a Port of a Part within the Component.

Remarks

Note

The methods defined on this type are extension methods. To use the methods, you must add a project reference to the .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll, and you must include the directive using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; in your code.

See Also

Reference

Microsoft.VisualStudio.Uml.Components Namespace