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 | |
---|---|---|
Remove(String, Object) | Removes the Error List window of Visual Studio all DataSchemaError objects from that share the provided document file name and category. | |
Remove(DataSchemaError, Object) | Removes the specified DataSchemaError object from the Error List window of Visual Studio. | |
Remove(IList<DataSchemaError>, Object) | Removes the specified DataSchemaError objects from the Error List window of Visual Studio. | |
Remove(Predicate<DataSchemaError>, Object) |
Top