ToolWindowGuids.CommandWindow 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此工具窗口提供直接在 Visual Studio shell 中执行命令的方法。
public: System::String ^ CommandWindow;
std::wstring CommandWindow;
public const string CommandWindow;
val mutable CommandWindow : string
Public Const CommandWindow As String
字段值
注解
可在 .ctc 文件中使用的此工具窗口的 GUID:
#define guidCommandWindow { 0x28836128, 0xfc2c, 0x11d2, { 0xa4, 0x33, 0x00, 0xc0, 0x4f, 0x72, 0xd1, 0x8a } }
通常可以通过从 "视图" 菜单的 "其他窗口" 子菜单中选择 "命令窗口" 来使用此工具窗口。