IVsToolbox3::GetGeneralTabID Method (String^)
Visual Studio 2015
Gets the ID for the General tab.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pbstrTabID
-
Type:
System::String^
[out] The locale-invariant ID of the Toolbox tab.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
GetGeneralTabID returns the unique ID of the General tab, so packages can select that tab without having to hard-code the ID or attempt to look it up in a resource table.
From vsshell80.idl:
HRESULT GetGeneralTabID(
[out] BSTR* pbstrTabID
);
Show: