IVsToolbox2.RemoveTab(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.
Removes a tab from the Toolbox.
public:
int RemoveTab(System::String ^ lpszTab);
public:
int RemoveTab(Platform::String ^ lpszTab);
int RemoveTab(std::wstring const & lpszTab);
public int RemoveTab (string lpszTab);
abstract member RemoveTab : string -> int
Public Function RemoveTab (lpszTab As String) As Integer
Parameters
- lpszTab
- String
[in] Name of the tab to remove from the Toolbox.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsToolbox2::RemoveTab(
[in]LPCOLESTR lpszTab
);