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
'Declaración
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
- 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.