ToolWindowGuids80.CommandWindow 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 provides a way to execute commands directly in the Visual Studio shell.
public: System::String ^ CommandWindow;
std::wstring CommandWindow;
public const string CommandWindow;
val mutable CommandWindow : string
Public Const CommandWindow As String
Field Value
Remarks
The GUID
for this tool window is:
#define guidCommandWindow { 0x28836128, 0xfc2c, 0x11d2, { 0xa4, 0x33, 0x00, 0xc0, 0x4f, 0x72, 0xd1, 0x8a } }
This tool window is typically available by selecting Command Window from the Other Windows submenu of the View menu.