Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This tool window provides a list of user-specified tasks to be accomplished for a project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const TaskList As String
'Usage
Dim value As String
value = ToolWindowGuids80.TaskList
public const string TaskList
public:
literal String^ TaskList
static val mutable TaskList: string
public const var TaskList : String
Remarks
The GUID for this tool window is:
#define guidTaskList { 0x4a9b7e51, 0xaa16, 0x11d0, {0xa8, 0xc5, 0x0, 0xa0, 0xc9, 0x21, 0xa4, 0xd2 } }
This tool window is typically available by selecting Task List from the Other Windows submenu of the View menu.
.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.