IVsToolbox6.MoveTab(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the specified tab before the tab whose identifier is specified by szInsertionPoint
.
public:
void MoveTab(System::String ^ szID, System::String ^ szInsertionPoint);
public:
void MoveTab(Platform::String ^ szID, Platform::String ^ szInsertionPoint);
void MoveTab(std::wstring const & szID, std::wstring const & szInsertionPoint);
public void MoveTab (string szID, string szInsertionPoint);
abstract member MoveTab : string * string -> unit
Public Sub MoveTab (szID As String, szInsertionPoint As String)
Parameters
- szID
- String
[in] The identifier of the tab to be moved.
- szInsertionPoint
- 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.