Interfaces


Visual Studio SDK
IVsWindowPane Interface

Fills a window frame.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

Syntax

Visual Basic (Declaration)
<InterfaceTypeAttribute(1)> _
<GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")> _
Public Interface IVsWindowPane
Visual Basic (Usage)
Dim instance As IVsWindowPane
C#
[InterfaceTypeAttribute(1)] 
[GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")] 
public interface IVsWindowPane
C++
[InterfaceTypeAttribute(1)] 
[GuidAttribute(L"B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")] 
public interface class IVsWindowPane
J#
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B") */ 
public interface IVsWindowPane
JScript
InterfaceTypeAttribute(1) 
GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B") 
public interface IVsWindowPane
Remarks

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

See Also

Tags :


Page view tracker