SerializationErrorListItem Class
This class translate a SerializationMessage into a VS Error List window task.
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
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class SerializationErrorListItem _
Inherits ModelingErrorListItem
[CLSCompliantAttribute(false)]
public sealed class SerializationErrorListItem : ModelingErrorListItem
[CLSCompliantAttribute(false)]
public ref class SerializationErrorListItem sealed : public ModelingErrorListItem
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type SerializationErrorListItem =
class
inherit ModelingErrorListItem
end
public final class SerializationErrorListItem extends ModelingErrorListItem
The SerializationErrorListItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SerializationErrorListItem(IServiceProvider, SerializationMessage) | Constructor, using TextView as the default navigation logical view, and XML editor as navigation editor. | |
SerializationErrorListItem(IServiceProvider, Guid, Guid, SerializationMessage) | 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 | (Overrides ModelingErrorListItem.ErrorListProvider.) | |
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUserContext | (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.