SwimLaneFixUpContext::SetContext Method (Transaction^, SwimlaneShape^, Boolean)

 

Set the context

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

public:
static void SetContext(
	Transaction^ transaction,
	SwimlaneShape^ relativeSwimlane,
	bool insertAfter
)

Parameters

transaction
Type: Microsoft.VisualStudio.Modeling::Transaction^

Transaction to set the context in

relativeSwimlane
Type: Microsoft.VisualStudio.Modeling.Diagrams::SwimlaneShape^
insertAfter
Type: System::Boolean

Whether to insert the next swimlane after the relative one

relativeSwimLane

The swimlane that the next swimlane will be inserted relative to

Return to top
Show: