Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DataSchemaErrorTaskService Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.UI