Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This tool window displays any output generated by a build process or a program being debugged.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const Outputwindow As String
'Usage
Dim value As String
value = ToolWindowGuids.Outputwindow
public const string Outputwindow
public:
literal String^ Outputwindow
public const var Outputwindow : String
Remarks
The GUID for this tool window that is usable in a .ctc file:
#define guidOutputwindow { 0x34e76e81, 0xee4a, 0x11d0, {0xae, 0x2e, 0x00, 0xa0, 0xc9, 0x0f, 0xff, 0xc3 } }
This tool window is typically available by selecting Output from the Other Windows submenu of the View menu.
.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.