ErrorManager.Remove, méthode (IList<DataSchemaError>, Object)
Supprime les objets DataSchemaError spécifiés de la fenêtre Liste d'erreurs de Visual Studio.
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
errorsToRemove As IList(Of DataSchemaError), _
category As Object _
)
public void Remove(
IList<DataSchemaError> errorsToRemove,
Object category
)
public:
void Remove(
IList<DataSchemaError^>^ errorsToRemove,
Object^ category
)
member Remove :
errorsToRemove:IList<DataSchemaError> *
category:Object -> unit
public function Remove(
errorsToRemove : IList<DataSchemaError>,
category : Object
)
Paramètres
- errorsToRemove
Type : System.Collections.Generic.IList<DataSchemaError>
IList<T> d'objets DataSchemaError qui représentent les erreurs à supprimer.
- category
Type : System.Object
Object qui représente le type de document ou d'objet permettant de catégoriser l'erreur.Les catégories internes sont représentées sous forme de chaînes Guid.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.