ModelingErrorListItem Class

 

Represents an item that can be handled in ModelingErrorListProvider.

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 ModelingErrorListItem abstract : ErrorTask

NameDescription
System_CAPS_protmethodModelingErrorListItem()

Constructor

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

Container ModelingErrorListProvider.

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_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUserContext(IVsUserContext^)

(Inherited from Task.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnDeleted(EventArgs^)

(Inherited from Task.)

System_CAPS_protmethodOnHelp(EventArgs^)

(Inherited from Task.)

System_CAPS_protmethodOnNavigate(EventArgs^)

(Inherited from Task.)

System_CAPS_protmethodOnRemoved(EventArgs^)

(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: