ToolWindowPane.GetIVsWindowPane Method
Gets the IVsWindowPane that is associated with the tool window.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Overridable Function GetIVsWindowPane As Object
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.