Expand Minimize
This topic has not yet been rated - Rate this topic

VSConstants.GUID_BuildOutputWindowPane Field

This constant represents the GUID for the interface IVsOutputWindowPane which is implemented by the shell's OutputWindow tool window. It is used by client code to display messages in the output window.

This field is not CLS-compliant.  

Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell (in microsoft.visualstudio.shell.dll)

public static readonly Guid GUID_BuildOutputWindowPane
public static final Guid GUID_BuildOutputWindowPane
public static final var GUID_BuildOutputWindowPane : Guid

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.