ModelingErrorListItem Class
Represents an item that can be handled in ModelingErrorListProvider.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.Task
Microsoft.VisualStudio.Shell.ErrorTask
Microsoft.VisualStudio.Modeling.Shell.ModelingErrorListItem
Microsoft.VisualStudio.Modeling.Shell.SerializationErrorListItem
Microsoft.VisualStudio.Modeling.Shell.SimpleErrorListItem
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class ModelingErrorListItem _
Inherits ErrorTask
[CLSCompliantAttribute(false)]
public abstract class ModelingErrorListItem : ErrorTask
[CLSCompliantAttribute(false)]
public ref class ModelingErrorListItem abstract : public ErrorTask
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type ModelingErrorListItem =
class
inherit ErrorTask
end
public abstract class ModelingErrorListItem extends ErrorTask
The ModelingErrorListItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ModelingErrorListItem | Constructor |
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.) |
![]() |
ErrorListProvider | Container ModelingErrorListProvider. |
![]() |
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 | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
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 | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
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 | (Inherited from Task.) |
![]() |
OnNavigate | (Inherited from Task.) |
![]() |
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
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.