IVsToolbox2.GetTab(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.
Returns the name of the selected tab.
public:
int GetTab([Runtime::InteropServices::Out] System::String ^ % pbstrTab);
int GetTab([Runtime::InteropServices::Out] std::wstring const & & pbstrTab);
public int GetTab (out string pbstrTab);
abstract member GetTab : string -> int
Public Function GetTab (ByRef pbstrTab As String) As Integer
Parameters
- pbstrTab
- String
[out, retval] Name of the selected tab.
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::GetTab(
[out, retval]BSTR* pbstrTab
);