ToolWindowPane.GetIVsWindowPane Method

Gets the IVsWindowPane that is associated with the tool window.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.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()
abstract GetIVsWindowPane : unit -> Object 
override GetIVsWindowPane : unit -> Object 
public function GetIVsWindowPane() : Object

Return Value

Type: System.Object
IVsWindowPane.

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.

.NET Framework Security

See Also

Reference

ToolWindowPane Class

ToolWindowPane Members

Microsoft.VisualStudio.Shell Namespace