This topic has not yet been rated - Rate this topic

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)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")] 
public interface 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

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ