ModelingErrorListProvider Class

 

ModelingErrorListProvider provides a way for ModelingdocData to report error/warning messages to VS Error List window.

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

System::Object
  Microsoft.VisualStudio.Modeling.Shell::ModelingErrorListProvider

[CLSCompliantAttribute(false)]
public ref class ModelingErrorListProvider sealed : IDisposable, 
	IVsRunningDocTableEvents

NameDescription
System_CAPS_pubpropertyCount

Number of items current in the list.

NameDescription
System_CAPS_pubmethodAddItem(ModelingErrorListItem^)

Add a new item to the list.

System_CAPS_pubmethodClear()

Clear the items.

System_CAPS_pubmethodDispose()

Releases all resources used by the current instance of the ModelingErrorListProvider class.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHideItems()

Removes the items from Error List window.

System_CAPS_pubmethodResumeRefresh()

Resumes error list refresh each time an item is added. Should be called after SuspendRefresh, usually right after the last item of a batch has been added.

System_CAPS_pubmethodShowItems()

Show items in Error List window.

System_CAPS_pubmethodSuspendRefresh()

Prevents the error list from updating synchronously each time an item is added. Calling SuspendRefresh before adding a large number of items to the error list results in better performance.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: