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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.