다음을 통해 공유


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

‘선언
Public Overridable Function GetIVsWindowPane As Object
public virtual Object GetIVsWindowPane()

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

Microsoft.VisualStudio.Shell Namespace