ToolWindowGuids80.Outputwindow Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window displays any output generated by a build process or a program being debugged.
public: System::String ^ Outputwindow;
std::wstring Outputwindow;
public const string Outputwindow;
val mutable Outputwindow : string
Public Const Outputwindow As String
Field Value
Remarks
The GUID
for this tool window is:
#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 or the Windows submenu of the Debug menu.