Share via


IVsWindowPane Interface

Fills a window frame.

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

Syntax

'Dichiarazione
<GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWindowPane
'Utilizzo
Dim instance As IVsWindowPane
[GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")]
[InterfaceTypeAttribute()]
public interface IVsWindowPane
[GuidAttribute(L"B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")]
[InterfaceTypeAttribute()]
public interface class IVsWindowPane
public interface IVsWindowPane

Remarks

See illustrations of the implementation and/or calling of this interface in the samples Basic Edit Sample, Figures Edit, and Solution Extender.

Notes to Implementers:

Notes to Callers:

See Also

Reference

IVsWindowPane Members

Microsoft.VisualStudio.Shell.Interop Namespace