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
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
- 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.