IVsToolbox::GetFrame Method (IVsWindowFrame^)
Visual Studio 2015
Returns the window frame for the Toolbox.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ppWindowFrame
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^
[out, retval] Pointer to the window frame for the Toolbox.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsToolbox::GetFrame( [out, retval]IVsWindowFrame** ppWindowFrame );
Show: