IVsWindowPane Interface

 

Provides basic window pane functionality.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")]
[InterfaceTypeAttribute(1)]
[ComConversionLossAttribute]
public interface class IVsWindowPane

NameDescription
System_CAPS_pubmethodClosePane()

Closes a window pane.

System_CAPS_pubmethodCreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr)

Creates a window pane.

System_CAPS_pubmethodGetDefaultSize(array<SIZE>^)

Returns the default size of a given window pane.

System_CAPS_pubmethodLoadViewState(IStream^)

Loads a view state.

System_CAPS_pubmethodSaveViewState(IStream^)

Saves a view state of a document window.

System_CAPS_pubmethodSetSite(IServiceProvider^)

Initializes a new window pane.

System_CAPS_pubmethodTranslateAccelerator(array<MSG>^)

Handles the translation of special navigation keys.

Notes to Implementers:

Notes to Callers:

Return to top
Show: