Evento ErrorManager.ErrorsChanged
Si verifica quando uno o più errori sono stati aggiunti o rimossi 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 Event ErrorsChanged As EventHandler(Of ErrorsChangedEventArgs)
public event EventHandler<ErrorsChangedEventArgs> ErrorsChanged
public:
event EventHandler<ErrorsChangedEventArgs^>^ ErrorsChanged {
void add (EventHandler<ErrorsChangedEventArgs^>^ value);
void remove (EventHandler<ErrorsChangedEventArgs^>^ value);
}
member ErrorsChanged : IEvent<EventHandler<ErrorsChangedEventArgs>,
ErrorsChangedEventArgs>
JScript non supporta gli eventi.
Note
Utilizzare la proprietà ErrorsRemoved di ErrorsChangedEventArgs per ottenere un elenco degli errori che sono stati aggiunti o rimossi.
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.