Provides basic window pane functionality.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWindowPane
[GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")]
[InterfaceTypeAttribute()]
public interface IVsWindowPane
[GuidAttribute(L"B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")]
[InterfaceTypeAttribute()]
public interface class IVsWindowPane
[<GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")>]
[<InterfaceTypeAttribute()>]
type IVsWindowPane =  interface end
public interface IVsWindowPane
The IVsWindowPane type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | ClosePane | Closes a window pane. | 
| .gif) | CreatePaneWindow | Creates a window pane. | 
| .gif) | GetDefaultSize | Returns the default size of a given window pane. | 
| .gif) | LoadViewState | Loads a view state. | 
| .gif) | SaveViewState | Saves a view state of a document window. | 
| .gif) | SetSite | Initializes a new window pane. | 
| .gif) | TranslateAccelerator | Handles the translation of special navigation keys. | 
Top