ToolWindowGuids80.ErrorList Field
This tool window provides a list of warnings and errors generated during a build process.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const ErrorList As String
public const string ErrorList
public:
literal String^ ErrorList
static val mutable ErrorList: string
public const var ErrorList : String
Remarks
The GUID for this tool window is:
#define guidErrorList { 0xd78612c7, 0x9962, 0x4b83, { 0x95, 0xd9, 0x26, 0x80, 0x46, 0xda, 0xd2, 0x3a } }
This tool window is typically available by selecting Error 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.