Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
partition As Partition, _
ParamArray roleAssignments As RoleAssignment() _
)
'使用
Dim partition As Partition
Dim roleAssignments As RoleAssignment()
Dim instance As New LinkConnectsToNode(partition, _
roleAssignments)
public LinkConnectsToNode(
Partition partition,
params RoleAssignment[] roleAssignments
)
public:
LinkConnectsToNode(
Partition^ partition,
... array<RoleAssignment^>^ roleAssignments
)
public function LinkConnectsToNode(
partition : Partition,
... roleAssignments : RoleAssignment[]
)
Parameters
- partition
Type: Microsoft.VisualStudio.Modeling.Partition
- roleAssignments
Type: []
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.