ToolWindowPane::GetIVsWindowPane Method ()

 

Gets the IVsWindowPane that is associated with the tool window.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual Object^ GetIVsWindowPane()

Return Value

Type: System::Object^

IVsWindowPane.

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.

Return to top
Show: