Constants.vsWindowKindWatch Field
The Watch window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindWatch As String
public const string vsWindowKindWatch
public:
literal String^ vsWindowKindWatch
static val mutable vsWindowKindWatch: string
public const var vsWindowKindWatch : String
Remarks
GUID value = {90243340-BD7A-11D0-93EF-00A0C90F2734}.
vsWindowKindWatch 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.