Constants.vsWindowKindWatch Field

Definition

The Watch window.

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

Field Value

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.

Applies to