Constants.vsWindowKindLocals Field

Definition

The Debugger window.

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

Field Value

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.

Applies to