ToolWindowPane.GetIVsWindowPane Method

Definition

This method makes it possible to provide an IVsWindowPane not derived from ToolWindowPane To support that scenario one would override this method and create their IVsWindowPane and return it.

public:
 virtual System::Object ^ GetIVsWindowPane();
public:
 virtual Platform::Object ^ GetIVsWindowPane();
 virtual winrt::Windows::Foundation::IInspectable GetIVsWindowPane();
public virtual object GetIVsWindowPane ();
abstract member GetIVsWindowPane : unit -> obj
override this.GetIVsWindowPane : unit -> obj
Public Overridable Function GetIVsWindowPane () As Object

Returns

IVsWindowPane to be hosted in the toolwindow frame

Remarks

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.

Applies to