Share via


ModelingDocData.HasErrorListItems Property

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 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property HasErrorListItems As Boolean
'Usage
Dim instance As ModelingDocData 
Dim value As Boolean 

value = instance.HasErrorListItems
public virtual bool HasErrorListItems { get; }
public:
virtual property bool HasErrorListItems {
    bool get ();
}
public 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

See Also

Reference

ModelingDocData Class

ModelingDocData Members

Microsoft.VisualStudio.Modeling.Shell Namespace