ErrorList 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.
A handle to a window containing errors, warnings, and messages related to the containing solution.
public interface class ErrorList
public interface class ErrorList
__interface ErrorList
[System.Runtime.InteropServices.Guid("7BF84EF1-8246-498A-A127-2EA37824FDA1")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface ErrorList
[System.Runtime.InteropServices.Guid("7BF84EF1-8246-498A-A127-2EA37824FDA1")]
public interface ErrorList
[<System.Runtime.InteropServices.Guid("7BF84EF1-8246-498A-A127-2EA37824FDA1")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type ErrorList = interface
[<System.Runtime.InteropServices.Guid("7BF84EF1-8246-498A-A127-2EA37824FDA1")>]
type ErrorList = interface
Public Interface ErrorList
- Attributes
Properties
DTE |
Gets the top-level extensibility object. |
ErrorItems |
Gets an ErrorItems collection contained in the ErrorList window. |
Parent |
Gets the immediate parent object of the ErrorList object. |
SelectedItems |
Gets error list items. |
ShowErrors |
Gets or sets a value indicating whether errors are displayed in the Error List window. |
ShowMessages |
Gets or sets a value indicating whether messages are displayed in the Error List window. |
ShowWarnings |
Gets or sets a value indicating whether warnings are displayed in the Error List window. |