IVsWindowPane Interface

Provides basic window pane functionality.

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

Syntax

‘선언
<GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWindowPane
‘사용 방법
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
[<GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")>]
[<InterfaceTypeAttribute()>]
type IVsWindowPane =  interface end
public interface IVsWindowPane

See Also

Reference

IVsWindowPane Members

Microsoft.VisualStudio.Shell.Interop Namespace