ErrorItem Interface
Visual Studio 2015
An error, warning, or message contained within the Error List window.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | Collection | Gets the collection containing this ErrorItem object. |
![]() | Column | Gets an integer value indicating which column in the code document the ErrorItem exists. |
![]() | Description | Gets a string describing the source of the ErrorItem. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | ErrorLevel | Gets an enumeration indicating the severity of the build error. |
![]() | FileName | Gets the full path and name of the object's file. |
![]() | Line | Gets an integer value indicating which line in the code document the ErrorItem exists. |
![]() | Project | Gets a string indicating the name of the project where the error occurred. |
| Name | Description | |
|---|---|---|
![]() | Navigate() | Moves the cursor to the location of the error. |
Show:

