Share via


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

'Declaration
ReadOnly Property PartWithPort As IProperty
    Get
IProperty PartWithPort { get; }
property IProperty^ PartWithPort {
    IProperty^ get ();
}
abstract PartWithPort : IProperty
function get PartWithPort () : IProperty

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IProperty

.NET Framework Security

See Also

Reference

IConnectorEnd Interface

Microsoft.VisualStudio.Uml.CompositeStructures Namespace