IVsOutputWindowPane Interface
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
<GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")> _
<InterfaceTypeAttribute()> _
Public Interface IVsOutputWindowPane
Dim instance As IVsOutputWindowPane
[GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")]
[InterfaceTypeAttribute()]
public interface IVsOutputWindowPane
[GuidAttribute(L"9B878A55-296A-404D-80C4-1468BB7CDC43")]
[InterfaceTypeAttribute()]
public interface class IVsOutputWindowPane
public interface IVsOutputWindowPane
Remarks
This interface is implemented by a pane in the Output Window. An example pane is the Solution Build Output pane. All projects that participate in build output status messages to this pane.
See illustrations of the implementation and/or calling of this interface in the samples Basic Project, Figures Language Service, Figures Edit, and Figures Project.
Notes to Callers:
VSPackage implementers.