Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Constructor Creates a LinkConnectsToNode link in the same Partition as the given LinkShape
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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
source
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShapeLinkShape to use as the source of the relationship.
target
Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShapeNodeShape 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.