Fills a window frame.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Visual Basic (Declaration)
<InterfaceTypeAttribute(1)> _
<GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")> _
Public Interface IVsWindowPane
Dim instance As IVsWindowPane
[InterfaceTypeAttribute(1)]
[GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")]
public interface IVsWindowPane
[InterfaceTypeAttribute(1)]
[GuidAttribute(L"B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")]
public interface class IVsWindowPane
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B") */
public interface IVsWindowPane
InterfaceTypeAttribute(1)
GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")
public interface IVsWindowPane
See illustrations of the implementation and/or calling of this interface in the samples Basic Edit Overview, Figures Edit Sample, and Solution Extender Sample.
Notes to Implementers Notes to Callers