ToolWindowGuids80.ErrorList Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window provides a list of warnings and errors generated during a build process.
public: System::String ^ ErrorList;
std::wstring ErrorList;
public const string ErrorList;
val mutable ErrorList : string
Public Const ErrorList As String
Field Value
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.