ToolWindowPane::GetIVsWindowPane Method ()
Visual Studio 2015
Gets the IVsWindowPane that is associated with the tool window.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
This method makes it possible to provide an IVsWindowPane that is not implemented by ToolWindowPane. To support that scenario, override this method, and then create an IVsWindowPane and return it.
Show: