Metodo ErrorManager.Remove (DataSchemaError, Object)
Rimuove l'oggetto DataSchemaError specificato dalla finestra Elenco errori di Visual Studio.
Spazio dei nomi: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
errorToRemove As DataSchemaError, _
category As Object _
)
public void Remove(
DataSchemaError errorToRemove,
Object category
)
public:
void Remove(
DataSchemaError^ errorToRemove,
Object^ category
)
member Remove :
errorToRemove:DataSchemaError *
category:Object -> unit
public function Remove(
errorToRemove : DataSchemaError,
category : Object
)
Parametri
- errorToRemove
Tipo: Microsoft.Data.Schema.DataSchemaError
Oggetto DataSchemaError da rimuovere.
- category
Tipo: System.Object
Oggetto Object che rappresenta il tipo di documento o di oggetto per la categorizzazione dell'errore.Le categorie interne vengono rappresentate sotto forma di stringhe Guid.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.