IVsToolbox6::MoveTab Method (String^, String^)
Visual Studio 2015
Moves the specified tab before the tab whose identifier is specified by szInsertionPoint.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
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.
Show: