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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
LinkConnectsToNode(
	LinkShape^ source,
	NodeShape^ target
)

Parameters

source
Type: Microsoft.VisualStudio.Modeling.Diagrams::LinkShape^

LinkShape to use as the source of the relationship.

target
Type: Microsoft.VisualStudio.Modeling.Diagrams::NodeShape^

NodeShape to use as the target of the relationship.

Return to top
Show: