Compartir a través de


DataSchemaErrorTaskService.IsSuppressed (Método)

Devuelve un valor que indica si se suprimió este error.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.UI
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Boolean
Es true si se suprimió el error.

Implementaciones

IErrorManagerLimiter.IsSuppressed(ErrorManager, DataSchemaError)

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaErrorTaskService Clase

Microsoft.VisualStudio.Data.Schema.Package.UI (Espacio de nombres)