Constants.vsWindowKindToolbox Field

Definition

The Toolbox.

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

Field Value

Remarks

GUID value = {B1E99781-AB81-11D0-B683-00AA00A3EE26}.

vsWindowKindToolbox 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