VSConstants.GUID_BuildOutputWindowPane Field
Assembly: Microsoft.VisualStudio.Shell (in microsoft.visualstudio.shell.dll)
The OutputWindow is an extensible Window, but every IVsOutputWindowPane must have an owner package that creates the pane via the CreatePane method. The interface IVsOutputWindowPane may be retrieved by calling the GetPane method. There are two standard OutputWindow panes owned by the Environment:
| Build | Projects may display build errors or warnings in the Build OutputWindow pane. This pane is created by the SVsSolutionBuildManager service. The pointer to the pane is passed to projects as part of IVsBuildableProjectCfg operations. |
| General | Client code may at any time display miscellaneous informational messages in the General OutputWindow pane. This pane may be retrieved by calling Microsoft.VisualStudio.OLE.Interop.IServiceProvider.QueryService. |