Share via


ErrorItem Members

Include Protected Members
Include Inherited Members

An error, warning, or message contained within the Error List window.

The ErrorItem type exposes the following members.

Methods

 

Name

Description

Public method

Navigate

Moves the cursor to the location of the error.

Top

Properties

 

Name

Description

Public property

Collection

Gets the collection containing this ErrorItem object.

Public property

Column

Gets an integer value indicating which column in the code document the ErrorItem exists.

Public property

Description

Gets a string describing the source of the ErrorItem.

Public property

DTE

Gets the top-level extensibility object.

Public property

ErrorLevel

Gets an enumeration indicating the severity of the build error.

Public property

FileName

Gets the full path and name of the object's file.

Public property

Line

Gets an integer value indicating which line in the code document the ErrorItem exists.

Public property

Project

Gets a string indicating the name of the project where the error occurred.

Top

See Also

Reference

ErrorItem Interface

EnvDTE80 Namespace