Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A handle to a window containing errors, warnings, and messages related to the containing solution.
Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("7BF84EF1-8246-498A-A127-2EA37824FDA1")> _
Public Interface ErrorList
[GuidAttribute("7BF84EF1-8246-498A-A127-2EA37824FDA1")]
public interface ErrorList
[GuidAttribute(L"7BF84EF1-8246-498A-A127-2EA37824FDA1")]
public interface class ErrorList
[<GuidAttribute("7BF84EF1-8246-498A-A127-2EA37824FDA1")>]
type ErrorList =  interface end
public interface ErrorList
The ErrorList type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | DTE | Gets the top-level extensibility object. | 
| .gif) | ErrorItems | Gets an ErrorItems collection contained in the ErrorList window. | 
| .gif) | Parent | Gets the immediate parent object of the ErrorList object. | 
| .gif) | SelectedItems | Gets error list items. | 
| .gif) | ShowErrors | Gets or sets a value indicating whether errors are displayed in the Error List window. | 
| .gif) | ShowMessages | Gets or sets a value indicating whether messages are displayed in the Error List window. | 
| .gif) | ShowWarnings | Gets or sets a value indicating whether warnings are displayed in the Error List window. | 
Top