Metodo DataSchemaErrorTaskService.GetSelectedErrors

Restituisce gli errori selezionati nell'elenco degli errori che sono DataSchemaErrors.

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 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>

Valore restituito

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<DataSchemaError>
Errori selezionati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSchemaErrorTaskService Classe

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