IConnectorEnd.PartWithPort Property

 

If this end is attached to a part of a component, this indicates which part. Null if this end is attached to a port of the containing component.

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

Syntax

IProperty PartWithPort { get; }
property IProperty^ PartWithPort {
    IProperty^ get();
}
abstract PartWithPort : IProperty with get
ReadOnly Property PartWithPort As IProperty

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IProperty

See Also

IConnectorEnd Interface
Microsoft.VisualStudio.Uml.CompositeStructures Namespace

Return to top