IVsToolbox2::GetTabView Method (String^, array<VSTBXTABVIEW>^)
Visual Studio 2015
Returns the tab view for the specified tab.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- lpszTab
-
Type:
System::String^
[in] Toolbox tab to return the view for.
- ptv
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VSTBXTABVIEW>^
[out, retval] Determines whether the tab is in list view or icon view. For a list of ptv values, see VSTBXTABVIEW.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsToolbox2::GetTabView(
[in]LPCOLESTR lpszTab,
[out,retval]VSTBXTABVIEW *ptv
);
Show: