ErrorManager.Add, méthode (IList<DataSchemaError>, Object)
Ajoute une collection d'objets DataSchemaError à la fenêtre Liste d'erreurs de Visual Studio dans la catégorie spécifiée.
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
errorsToAdd As IList(Of DataSchemaError), _
category As Object _
)
public void Add(
IList<DataSchemaError> errorsToAdd,
Object category
)
public:
void Add(
IList<DataSchemaError^>^ errorsToAdd,
Object^ category
)
member Add :
errorsToAdd:IList<DataSchemaError> *
category:Object -> unit
public function Add(
errorsToAdd : IList<DataSchemaError>,
category : Object
)
Paramètres
- errorsToAdd
Type : System.Collections.Generic.IList<DataSchemaError>
Objet IList<T> qui contient un ou plusieurs objets DataSchemaError.
- 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.