Constants.vsWindowKindThread Field

Definition

The Debugger window.

public: System::String ^ vsWindowKindThread;
std::wstring vsWindowKindThread;
public const string vsWindowKindThread;
val mutable vsWindowKindThread : string
Public Const vsWindowKindThread As String 

Field Value

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.

Applies to