Constants.vsWindowKindLocals Field
The Debugger window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindLocals As String
'Usage
Dim value As String
value = Constants.vsWindowKindLocals
public const string vsWindowKindLocals
public:
literal String^ vsWindowKindLocals
public const var vsWindowKindLocals : String
Remarks
GUID value = {9DDABE99-1D02-11D3-89A1-00C04F688DDE}.
vsWindowKindLocals 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.