ToolWindows::ErrorList Property

 

Gets the list of errors displayed in the IDE.

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

property ErrorList^ ErrorList {
	ErrorList^ get();
}

Property Value

Type: EnvDTE80::ErrorList^

An error list that can be enumerated for individual errors.

This example opens the Error List window and displays the errors, if present, in a Message Box. Before running this example, build a project with some errors in it.

No code example is currently available or this language may not be supported.
Return to top
Show: