Share via


ErrorManager.Remove Method

Include Protected Members
Include Inherited Members

Removes one or more DataSchemaError objects from the Error List window of Visual Studio.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Remove(String, Object) Removes the Error List window of Visual Studio all DataSchemaError objects from that share the provided document file name and category.
Public method Remove(DataSchemaError, Object) Removes the specified DataSchemaError object from the Error List window of Visual Studio.
Public method Remove(IList<DataSchemaError>, Object) Removes the specified DataSchemaError objects from the Error List window of Visual Studio.
Public method Remove(Predicate<DataSchemaError>, Object)

Top

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace