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 | |
---|---|---|
![]() |
DataSchemaErrorTask | Initializes a new instance of the DataSchemaErrorTask class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CanDelete | (Inherited from Task.) |
![]() |
Category | (Inherited from Task.) |
![]() |
Checked | (Inherited from Task.) |
![]() |
Column | (Inherited from Task.) |
![]() |
Document | (Inherited from Task.) |
![]() |
ErrorCategory | (Inherited from ErrorTask.) |
![]() |
HelpKeyword | (Inherited from Task.) |
![]() |
HierarchyItem | (Inherited from ErrorTask.) |
![]() |
ImageIndex | (Inherited from Task.) |
![]() |
IsCheckedEditable | (Inherited from Task.) |
![]() |
IsPriorityEditable | (Inherited from Task.) |
![]() |
IsTextEditable | (Inherited from Task.) |
![]() |
Line | (Inherited from Task.) |
![]() |
Priority | (Inherited from Task.) |
![]() |
SubcategoryIndex | (Inherited from Task.) |
![]() |
Text | (Inherited from Task.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determine whether two tasks are equal. (Overrides Object.Equals(Object).) |
![]() |
Equals(DataSchemaErrorTask) | Determine whether two tasks are equal. |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Returns a unique hash code for this object. (Overrides Object.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUserContext | (Inherited from Task.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnDeleted | (Inherited from Task.) |
![]() |
OnHelp | Called when help is requested by the user. (Overrides Task.OnHelp(EventArgs).) |
![]() |
OnNavigate | (Overrides Task.OnNavigate(EventArgs).) |
![]() |
OnRemoved | (Inherited from Task.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
Deleted | (Inherited from Task.) |
![]() |
Help | (Inherited from Task.) |
![]() |
Navigate | (Inherited from Task.) |
![]() |
Removed | (Inherited from Task.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | |
![]() ![]() |
Inequality |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IVsTaskItem.CanDelete | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.Category | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.Column | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.Document | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.get_Checked | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.get_Priority | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.get_Text | (Inherited from Task.) |
![]() ![]() |
IVsErrorItem.GetCategory | (Inherited from ErrorTask.) |
![]() ![]() |
IVsErrorItem.GetHierarchy | (Inherited from ErrorTask.) |
![]() ![]() |
IVsTaskItem.HasHelp | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.ImageListIndex | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.IsReadOnly | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.Line | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.NavigateTo | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.NavigateToHelp | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.OnDeleteTask | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.OnFilterTask | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.put_Checked | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.put_Priority | (Inherited from Task.) |
![]() ![]() |
IVsTaskItem.put_Text | (Inherited from Task.) |
![]() ![]() |
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.