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

 

Find out whether there is a context and what its values are

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

public:
static bool GetContext(
	Transaction^ transaction,
	[OutAttribute] SwimlaneShape^% relativeSwimlane,
	[OutAttribute] bool% insertAfter
)

Parameters

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

Transaction to check for context

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 Value

Type: System::Boolean
Return to top
Show: