Compartir a través de


DataSchemaErrorTaskService.GetSelectedErrors (Método)

Devuelve los errores seleccionados en la lista de errores que son DataSchemaErrors.

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 Shared Function GetSelectedErrors As ReadOnlyCollection(Of DataSchemaError)
public static ReadOnlyCollection<DataSchemaError> GetSelectedErrors()
public:
static ReadOnlyCollection<DataSchemaError^>^ GetSelectedErrors()
static member GetSelectedErrors : unit -> ReadOnlyCollection<DataSchemaError> 
public static function GetSelectedErrors() : ReadOnlyCollection<DataSchemaError>

Valor devuelto

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<DataSchemaError>
Errores seleccionados.

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaErrorTaskService Clase

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