Constants.vsWindowKindCommandWindow Field
The Command window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindCommandWindow As String
public const string vsWindowKindCommandWindow
public:
literal String^ vsWindowKindCommandWindow
static val mutable vsWindowKindCommandWindow: string
public const var vsWindowKindCommandWindow : String
Remarks
GUID value = {28836128-FC2C-11D2-A433-00C04F72D18A}.
vsWindowKindCommandWindow is used to get a handle to a particular window in the integrated development environment (IDE) in order to gain access to its properties and methods.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.