Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ModelingErrorListProvider provides a way for ModelingdocData to report error/warning messages to VS Error List window.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Modeling.Shell.ModelingErrorListProvider
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 ModelingErrorListProvider _
    Implements IDisposable, IVsRunningDocTableEvents
[CLSCompliantAttribute(false)]
public sealed class ModelingErrorListProvider : IDisposable, 
    IVsRunningDocTableEvents
[CLSCompliantAttribute(false)]
public ref class ModelingErrorListProvider sealed : IDisposable, 
    IVsRunningDocTableEvents
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type ModelingErrorListProvider =  
    class 
        interface IDisposable 
        interface IVsRunningDocTableEvents 
    end
public final class ModelingErrorListProvider implements IDisposable, IVsRunningDocTableEvents
The ModelingErrorListProvider type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Number of items current in the list. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddItem | Add a new item to the list. | 
| .gif) | Clear | Clear the items. | 
| .gif) | Dispose | Releases all resources used by the current instance of the ModelingErrorListProvider class. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Destructor (Overrides Object.Finalize().) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | HideItems | Removes the items from Error List window. | 
| .gif) | 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. | 
| .gif) | ShowItems | Show items in Error List window. | 
| .gif) | 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. | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IVsRunningDocTableEvents.OnAfterAttributeChange | IVsRunningDocTableEvents.OnAfterAttributeChange | 
| .gif) .gif) | IVsRunningDocTableEvents.OnAfterDocumentWindowHide | IVsRunningDocTableEvents.OnAfterDocumentWindowHide | 
| .gif) .gif) | IVsRunningDocTableEvents.OnAfterFirstDocumentLock | IVsRunningDocTableEvents.OnAfterFirstDocumentLock | 
| .gif) .gif) | IVsRunningDocTableEvents.OnAfterSave | IVsRunningDocTableEvents.OnAfterSave | 
| .gif) .gif) | IVsRunningDocTableEvents.OnBeforeDocumentWindowShow | IVsRunningDocTableEvents.OnBeforeDocumentWindowShow | 
| .gif) .gif) | IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock | IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock | 
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.