Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
ClosePane | Closes a window pane. |
![]() |
CreatePaneWindow | Creates a window pane. |
![]() |
GetDefaultSize | Returns the default size of a given window pane. |
![]() |
LoadViewState | Loads a view state. |
![]() |
SaveViewState | Saves a view state of a document window. |
![]() |
SetSite | Initializes a new window pane. |
![]() |
TranslateAccelerator | Handles the translation of special navigation keys. |
Top
.gif)