Compartilhar via


Método DataSchemaErrorTaskService.GetSelectedErrors

Retorna erros selecionados na lista de erros que são DataSchemaErrors.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<DataSchemaError>
Erros selecionados.

Segurança do .NET Framework

Consulte também

Referência

DataSchemaErrorTaskService Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.UI