IVsToolbox2::SelectTab Method (String^)
Visual Studio 2015
Programmatically selects the referenced Toolbox tab.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- lpszTab
-
Type:
System::String^
[in] Toolbox tab to select.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsToolbox::SelectTab(String^)From vsshell.idl:
HRESULT IVsToolbox2::SelectTab(
[in]LPCOLESTR lpszTab
);
Show: