Constants.vsWindowKindToolbox Field

The Toolbox.

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

Syntax

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

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.

.NET Framework Security

See Also

Reference

Constants Class

EnvDTE Namespace