Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
source As LinkShape, _
target As NodeShape _
)
'使用
Dim source As LinkShape
Dim target As NodeShape
Dim instance As New LinkConnectsToNode(source, _
target)
public LinkConnectsToNode(
LinkShape source,
NodeShape target
)
public:
LinkConnectsToNode(
LinkShape^ source,
NodeShape^ target
)
public function LinkConnectsToNode(
source : LinkShape,
target : NodeShape
)
Parameters
- source
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
- target
Type: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
Permissions
- 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.