IVsToolbox2::GetTab Method (String^)
Visual Studio 2015
Returns the name of the selected tab.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstrTab
-
Type:
System::String^
[out, retval] Name of the selected tab.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsToolbox::GetTab(String^)From vsshell.idl:
HRESULT IVsToolbox2::GetTab( [out, retval]BSTR* pbstrTab );
Show: