IVsWindowPane Interface

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
Public method ClosePane Closes a window pane.
Public method CreatePaneWindow Creates a window pane.
Public method GetDefaultSize Returns the default size of a given window pane.
Public method LoadViewState Loads a view state.
Public method SaveViewState Saves a view state of a document window.
Public method SetSite Initializes a new window pane.
Public method TranslateAccelerator Handles the translation of special navigation keys.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace