Constants.vsWindowKindTaskList Field
The Task List window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWindowKindTaskList As String
public const string vsWindowKindTaskList
public:
literal String^ vsWindowKindTaskList
static val mutable vsWindowKindTaskList: string
public const var vsWindowKindTaskList : String
Remarks
GUID value = {4A9B7E51-AA16-11D0-A8C5-00A0C921A4D2}.
vsWindowKindTaskList 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.