IVsWindowPane Interface

Definition

Provides basic window pane functionality.

public interface class IVsWindowPane
public interface class IVsWindowPane
__interface IVsWindowPane
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWindowPane
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowPane
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWindowPane = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowPane = interface
Public Interface IVsWindowPane
Derived
Attributes

Methods

ClosePane()

Closes a window pane.

CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr)

Creates a window pane.

GetDefaultSize(SIZE[])

Returns the default size of a given window pane.

LoadViewState(IStream)

Loads a view state.

SaveViewState(IStream)

Saves a view state of a document window.

SetSite(IServiceProvider)

Initializes a new window pane.

TranslateAccelerator(MSG[])

Handles the translation of special navigation keys.

Applies to