Interface IErrorListFactory
Interface for a factory that creates a IErrorList.
public interface IErrorListFactory
Methods
GetErrorListViewModel(IShell)
Gets an IErrorList for the given parentShell
.
IErrorList GetErrorListViewModel(IShell parentShell)
Parameters
parentShell
IShellThe shell which contains the error list.
Returns
- IErrorList
An error list tool instance.