IErrorProviderFactory Interface
Visual Studio 2015
Gets a error tagger (a SimpleTagger<T> of type ErrorTag) for the given buffer, or creates a new one if there is no error tagger already cached in the owned properties of the buffer.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | GetErrorTagger(ITextBuffer) | Gets the cached error tagger for a given ITextBuffer. |
This is a MEF component part, and should be imported as follows:
[Import] internal IErrorProviderFactory TestProviderFactory = null;
Show:
