Udostępnij za pośrednictwem


ToolWindowPane.GetIVsWindowPane Method

Gets the IVsWindowPane that is associated with the tool window.

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

Syntax

'Declaration
Public Overridable Function GetIVsWindowPane As Object
'Usage
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 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