ToolWindowGuids.CommandWindow 字段

定义

此工具窗口提供直接在 Visual Studio shell 中执行命令的方法。

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

字段值

String

注解

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

#define guidCommandWindow { 0x28836128, 0xfc2c, 0x11d2, { 0xa4, 0x33, 0x00, 0xc0, 0x4f, 0x72, 0xd1, 0x8a } }  

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

适用于