SwimLaneFixUpContext::GetContext Method (Transaction^, SwimlaneShape^, Boolean)
Visual Studio 2015
Find out whether there is a context and what its values are
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
Show: