IVsToolbox6::MoveTab Method (String^, String^)

 

Moves the specified tab before the tab whose identifier is specified by szInsertionPoint.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void MoveTab(
	String^ szID,
	String^ szInsertionPoint
)

Parameters

szID
Type: System::String^

[in] The identifier of the tab to be moved.

szInsertionPoint
Type: System::String^

[in] The insertion point to move the tab. To move the tab to the end of the toolbox, pass in null for this parameter.

Return to top
Show: