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.
Gets the error list and verifies whether errors and warnings for the document appear in the Error List window.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HasErrorListItems As Boolean
Get
public virtual bool HasErrorListItems { get; }
public:
virtual property bool HasErrorListItems {
bool get ();
}
abstract HasErrorListItems : bool
override HasErrorListItems : bool
function get HasErrorListItems () : boolean
Property Value
Type: System.Boolean
true if errors and warnings for the document appear in the Error List window; otherwise, false.
Remarks
By default, the return value is true.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.