Share via


LinkConnectsToNode Constructor (LinkShape, NodeShape)

Constructor Creates a LinkConnectsToNode link in the same Partition as the given LinkShape

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    source As LinkShape, _
    target As NodeShape _
)
public LinkConnectsToNode(
    LinkShape source,
    NodeShape target
)
public:
LinkConnectsToNode(
    LinkShape^ source, 
    NodeShape^ target
)
new : 
        source:LinkShape * 
        target:NodeShape -> LinkConnectsToNode
public function LinkConnectsToNode(
    source : LinkShape, 
    target : NodeShape
)

Parameters

.NET Framework Security

See Also

Reference

LinkConnectsToNode Class

LinkConnectsToNode Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace