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.
Namespace: Microsoft.VisualStudio
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Declaración
Public Shared ReadOnly GUID_BuildOutputWindowPane As Guid
'Uso
Dim value As Guid
value = VSConstants.GUID_BuildOutputWindowPane
public static readonly Guid GUID_BuildOutputWindowPane
public:
static initonly Guid GUID_BuildOutputWindowPane
static val GUID_BuildOutputWindowPane: Guid
public static final var GUID_BuildOutputWindowPane : Guid
Remarks
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 IServiceProvider.QueryService. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.