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)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
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 Sample, Figures Language Service Sample, Figures Edit Sample, and Figures Project Sample.
Notes to Callers VSPackage implementers.