Constants.vsWindowKindThread Field

The Debugger window.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Const vsWindowKindThread As String
public const string vsWindowKindThread
public:
literal String^ vsWindowKindThread
static val mutable vsWindowKindThread: string
public const var vsWindowKindThread : String

Remarks

GUID value = {E62CE6A0-B439-11D0-A79D-00A0C9110051}.

vsWindowKindThread 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

See Also

Reference

Constants Class

EnvDTE Namespace