SerializationErrorListItem Class

 

This class translate a SerializationMessage into a VS Error List window task.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)


[CLSCompliantAttribute(false)]
public ref class SerializationErrorListItem sealed : ModelingErrorListItem

NameDescription
System_CAPS_pubmethodSerializationErrorListItem(IServiceProvider^, Guid, Guid, SerializationMessage^)

Constructor

System_CAPS_pubmethodSerializationErrorListItem(IServiceProvider^, SerializationMessage^)

Constructor, using TextView as the default navigation logical view, and XML editor as navigation editor.

NameDescription
System_CAPS_pubpropertyCanDelete

(Inherited from Task.)

System_CAPS_pubpropertyCategory

(Inherited from Task.)

System_CAPS_pubpropertyChecked

(Inherited from Task.)

System_CAPS_pubpropertyColumn

(Inherited from Task.)

System_CAPS_pubpropertyDocument

(Inherited from Task.)

System_CAPS_pubpropertyErrorCategory

(Inherited from ErrorTask.)

System_CAPS_pubpropertyErrorListProvider
System_CAPS_pubpropertyHelpKeyword

(Inherited from Task.)

System_CAPS_pubpropertyHierarchyItem

(Inherited from ErrorTask.)

System_CAPS_pubpropertyImageIndex

(Inherited from Task.)

System_CAPS_pubpropertyIsCheckedEditable

(Inherited from Task.)

System_CAPS_pubpropertyIsPriorityEditable

(Inherited from Task.)

System_CAPS_pubpropertyIsTextEditable

(Inherited from Task.)

System_CAPS_pubpropertyLine

(Inherited from Task.)

System_CAPS_pubpropertyPriority

(Inherited from Task.)

System_CAPS_pubpropertySubcategoryIndex

(Inherited from Task.)

System_CAPS_pubpropertyText

(Inherited from Task.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUserContext(IVsUserContext^)

(Inherited from Task.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventDeleted

(Inherited from Task.)

System_CAPS_pubeventHelp

(Inherited from Task.)

System_CAPS_pubeventNavigate

(Inherited from Task.)

System_CAPS_pubeventRemoved

(Inherited from Task.)

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

Return to top
Show: