ErrorItem Interface
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.
An error, warning, or message contained within the Error List window.
public interface class ErrorItem
public interface class ErrorItem
__interface ErrorItem
[System.Runtime.InteropServices.Guid("F49A191F-7258-493B-9310-5F7771DDF3D7")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface ErrorItem
[System.Runtime.InteropServices.Guid("F49A191F-7258-493B-9310-5F7771DDF3D7")]
public interface ErrorItem
[<System.Runtime.InteropServices.Guid("F49A191F-7258-493B-9310-5F7771DDF3D7")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type ErrorItem = interface
[<System.Runtime.InteropServices.Guid("F49A191F-7258-493B-9310-5F7771DDF3D7")>]
type ErrorItem = interface
Public Interface ErrorItem
- Attributes
Properties
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. |
Methods
Navigate() |
Moves the cursor to the location of the error. |