Share via


DataSchemaErrorTask Class

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.Task
    Microsoft.VisualStudio.Shell.ErrorTask
      Microsoft.VisualStudio.Data.Schema.Package.UI.DataSchemaErrorTask

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class DataSchemaErrorTask _
    Inherits ErrorTask
[CLSCompliantAttribute(false)]
public class DataSchemaErrorTask : ErrorTask
[CLSCompliantAttribute(false)]
public ref class DataSchemaErrorTask : public ErrorTask
[<CLSCompliantAttribute(false)>]
type DataSchemaErrorTask =  
    class
        inherit ErrorTask
    end
public class DataSchemaErrorTask extends ErrorTask

The DataSchemaErrorTask type exposes the following members.

Constructors

  Name Description
Public method DataSchemaErrorTask Initializes a new instance of the DataSchemaErrorTask class.

Top

Properties

  Name Description
Public property CanDelete (Inherited from Task.)
Public property Category (Inherited from Task.)
Public property Checked (Inherited from Task.)
Public property Column (Inherited from Task.)
Public property Document (Inherited from Task.)
Public property ErrorCategory (Inherited from ErrorTask.)
Public property HelpKeyword (Inherited from Task.)
Public property HierarchyItem (Inherited from ErrorTask.)
Public property ImageIndex (Inherited from Task.)
Public property IsCheckedEditable (Inherited from Task.)
Public property IsPriorityEditable (Inherited from Task.)
Public property IsTextEditable (Inherited from Task.)
Public property Line (Inherited from Task.)
Public property Priority (Inherited from Task.)
Public property SubcategoryIndex (Inherited from Task.)
Public property Text (Inherited from Task.)

Top

Methods

  Name Description
Public method Equals(Object) Determine whether two tasks are equal. (Overrides Object.Equals(Object).)
Public method Equals(DataSchemaErrorTask) Determine whether two tasks are equal.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns a unique hash code for this object. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetUserContext (Inherited from Task.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnDeleted (Inherited from Task.)
Protected method OnHelp Called when help is requested by the user. (Overrides Task.OnHelp(EventArgs).)
Protected method OnNavigate (Overrides Task.OnNavigate(EventArgs).)
Protected method OnRemoved (Inherited from Task.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event Deleted (Inherited from Task.)
Public event Help (Inherited from Task.)
Public event Navigate (Inherited from Task.)
Public event Removed (Inherited from Task.)

Top

Operators

  Name Description
Public operatorStatic member Equality
Public operatorStatic member Inequality

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsTaskItem.CanDelete (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.Category (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.Column (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.Document (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.get_Checked (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.get_Priority (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.get_Text (Inherited from Task.)
Explicit interface implemetationPrivate method IVsErrorItem.GetCategory (Inherited from ErrorTask.)
Explicit interface implemetationPrivate method IVsErrorItem.GetHierarchy (Inherited from ErrorTask.)
Explicit interface implemetationPrivate method IVsTaskItem.HasHelp (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.ImageListIndex (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.IsReadOnly (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.Line (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.NavigateTo (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.NavigateToHelp (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.OnDeleteTask (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.OnFilterTask (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.put_Checked (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.put_Priority (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.put_Text (Inherited from Task.)
Explicit interface implemetationPrivate method IVsTaskItem.SubcategoryIndex (Inherited from Task.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

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