Compartir a través de


ToolWindowGuids80.CommandWindow Field

This tool window provides a way to execute commands directly in the Visual Studio shell.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaración
Public Const CommandWindow As String
'Uso
Dim value As String

value = ToolWindowGuids80.CommandWindow
public const string CommandWindow
public:
literal String^ CommandWindow
static val mutable CommandWindow: string
public const var CommandWindow : String

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.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace