ToolWindowPane.GetIVsWindowPane Method

Gets the IVsWindowPane associated with the tool window.

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

Syntax

'宣言
Public Overridable Function GetIVsWindowPane As Object
'使用
Dim instance As ToolWindowPane
Dim returnValue As Object

returnValue = instance.GetIVsWindowPane()
public virtual Object GetIVsWindowPane()
public:
virtual Object^ GetIVsWindowPane()
public function GetIVsWindowPane() : Object

Return Value

Type: System.Object

IVsWindowPane.

Remarks

This method makes it possible to provide an IVsWindowPane not implemented by ToolWindowPane. To support that scenario, override this method, create an IVsWindowPane, and return it.

Permissions

See Also

Reference

ToolWindowPane Class

ToolWindowPane Members

Microsoft.VisualStudio.Shell Namespace