ToolWindowGuids.Outputwindow 字段

定义

此工具窗口显示生成过程或正在调试的程序生成的任何输出。

public: System::String ^ Outputwindow;
std::wstring Outputwindow;
public const string Outputwindow;
val mutable Outputwindow : string
Public Const Outputwindow As String 

字段值

String

注解

可在 .ctc 文件中使用的此工具窗口的 GUID:

#define guidOutputwindow { 0x34e76e81, 0xee4a, 0x11d0, {0xae, 0x2e, 0x00, 0xa0, 0xc9, 0x0f, 0xff, 0xc3 } }  

通常可以通过从 "视图" 菜单的 "其他窗口" 子菜单中选择 "输出" 来使用此工具窗口。

适用于