ModelingErrorListProvider Class
ModelingErrorListProvider provides a way for ModelingdocData to report error/warning messages to VS Error List window.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Number of items current in the list. |
| Name | Description | |
|---|---|---|
![]() | AddItem(ModelingErrorListItem^) | Add a new item to the list. |
![]() | Clear() | Clear the items. |
![]() | Dispose() | Releases all resources used by the current instance of the ModelingErrorListProvider class. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | HideItems() | Removes the items from Error List window. |
![]() | ResumeRefresh() | 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. |
![]() | ShowItems() | Show items in Error List window. |
![]() | SuspendRefresh() | 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. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IVsRunningDocTableEvents::OnAfterAttributeChange(UInt32, UInt32) | IVsRunningDocTableEvents.OnAfterAttributeChange |
![]() ![]() | IVsRunningDocTableEvents::OnAfterDocumentWindowHide(UInt32, IVsWindowFrame^) | IVsRunningDocTableEvents.OnAfterDocumentWindowHide |
![]() ![]() | IVsRunningDocTableEvents::OnAfterFirstDocumentLock(UInt32, UInt32, UInt32, UInt32) | IVsRunningDocTableEvents.OnAfterFirstDocumentLock |
![]() ![]() | IVsRunningDocTableEvents::OnAfterSave(UInt32) | IVsRunningDocTableEvents.OnAfterSave |
![]() ![]() | IVsRunningDocTableEvents::OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame^) | IVsRunningDocTableEvents.OnBeforeDocumentWindowShow |
![]() ![]() | IVsRunningDocTableEvents::OnBeforeLastDocumentUnlock(UInt32, UInt32, UInt32, UInt32) | IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



