ErrorItem Properties

 

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

NameDescription
System_CAPS_pubpropertyCollection

Gets the collection containing this ErrorItem object.

System_CAPS_pubpropertyColumn

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

System_CAPS_pubpropertyDescription

Gets a string describing the source of the ErrorItem.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyErrorLevel

Gets an enumeration indicating the severity of the build error.

System_CAPS_pubpropertyFileName

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

System_CAPS_pubpropertyLine

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

System_CAPS_pubpropertyProject

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

Return to top
Show: