Constants.vsWindowKindAutoLocals Field
The Debugger window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindAutoLocals As String
public const string vsWindowKindAutoLocals
public:
literal String^ vsWindowKindAutoLocals
static val mutable vsWindowKindAutoLocals: string
public const var vsWindowKindAutoLocals : String
Remarks
GUID value = {F2E84780-2AF1-11D1-A7FA-00A0C9110051}.
vsWindowKindAutoLocals 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.