LinkConnectsToNode Constructor (LinkShape, NodeShape)

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

Permissions

See Also

Reference

LinkConnectsToNode Class

LinkConnectsToNode Members

LinkConnectsToNode Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace