SwimlaneHelper.AddSwimlane Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Shared Sub AddSwimlane ( _
    currentLane As SwimlaneShape, _
    newLane As SwimlaneShape, _
    diagram As Diagram, _
    addAfter As Boolean _
)
'使用
Dim currentLane As SwimlaneShape
Dim newLane As SwimlaneShape
Dim diagram As Diagram
Dim addAfter As Boolean

SwimlaneHelper.AddSwimlane(currentLane, newLane, _
    diagram, addAfter)
public static void AddSwimlane(
    SwimlaneShape currentLane,
    SwimlaneShape newLane,
    Diagram diagram,
    bool addAfter
)
public:
static void AddSwimlane(
    SwimlaneShape^ currentLane, 
    SwimlaneShape^ newLane, 
    Diagram^ diagram, 
    bool addAfter
)
public static function AddSwimlane(
    currentLane : SwimlaneShape, 
    newLane : SwimlaneShape, 
    diagram : Diagram, 
    addAfter : boolean
)

Parameters

Permissions

See Also

Reference

SwimlaneHelper Class

SwimlaneHelper Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace