Allows a VSPackage to manipulate a particular Output window pane.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

Syntax
Visual Basic (Declaration)
<InterfaceTypeAttribute(1)> _
<GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")> _
Public Interface IVsOutputWindowPane
Dim instance As IVsOutputWindowPane
[InterfaceTypeAttribute(1)]
[GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")]
public interface IVsOutputWindowPane
[InterfaceTypeAttribute(1)]
[GuidAttribute(L"9B878A55-296A-404D-80C4-1468BB7CDC43")]
public interface class IVsOutputWindowPane
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43") */
public interface IVsOutputWindowPane
InterfaceTypeAttribute(1)
GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")
public interface IVsOutputWindowPane

Remarks

See Also