Metodo DataSchemaErrorTaskService.IsSuppressed

Restituisce un valore che indica se questo errore è stato eliminato.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
Public Function IsSuppressed ( _
    errorManager As ErrorManager, _
    theError As DataSchemaError _
) As Boolean
public bool IsSuppressed(
    ErrorManager errorManager,
    DataSchemaError theError
)
public:
virtual bool IsSuppressed(
    ErrorManager^ errorManager, 
    DataSchemaError^ theError
) sealed
abstract IsSuppressed : 
        errorManager:ErrorManager * 
        theError:DataSchemaError -> bool 
override IsSuppressed : 
        errorManager:ErrorManager * 
        theError:DataSchemaError -> bool 
public final function IsSuppressed(
    errorManager : ErrorManager, 
    theError : DataSchemaError
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
true se l'errore è stato eliminato.

Implementa

IErrorManagerLimiter.IsSuppressed(ErrorManager, DataSchemaError)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSchemaErrorTaskService Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.UI