Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
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. |
Top
.gif)