Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Subclass to allow simple text messages to be added to the error window.
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.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 Class SimpleErrorListItem _
Inherits ModelingErrorListItem
[CLSCompliantAttribute(false)]
public class SimpleErrorListItem : ModelingErrorListItem
[CLSCompliantAttribute(false)]
public ref class SimpleErrorListItem : public ModelingErrorListItem
[<CLSCompliantAttribute(false)>]
type SimpleErrorListItem =
class
inherit ModelingErrorListItem
end
public class SimpleErrorListItem extends ModelingErrorListItem
The SimpleErrorListItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SimpleErrorListItem | 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. (Inherited from ModelingErrorListItem.) |
![]() |
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.