Dela via


DataSchemaErrorTaskService.GetSelectedErrors Method

Returns the selected errors on the error list that are DataSchemaErrors.

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

Syntax

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

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<DataSchemaError>
The selected errors.

.NET Framework Security

See Also

Reference

DataSchemaErrorTaskService Class

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