C# Class Goose.Core.Output.GooseErrorListProviderFacade

Inheritance: Microsoft.VisualStudio.Shell.ErrorListProvider, IErrorListProviderFacade
Afficher le fichier Open project: sebastianhallen/Goose

Méthodes publiques

Méthode Description
Add ( IGooseErrorTask error ) : void
GooseErrorListProviderFacade ( IServiceProvider provider, ISolutionFilesService solutionFiles ) : System
Remove ( IGooseErrorTask error ) : void

Private Methods

Méthode Description
FindHierarchyItem ( string filePath ) : IVsHierarchy

Method Details

Add() public méthode

public Add ( IGooseErrorTask error ) : void
error IGooseErrorTask
Résultat void

GooseErrorListProviderFacade() public méthode

public GooseErrorListProviderFacade ( IServiceProvider provider, ISolutionFilesService solutionFiles ) : System
provider IServiceProvider
solutionFiles ISolutionFilesService
Résultat System

Remove() public méthode

public Remove ( IGooseErrorTask error ) : void
error IGooseErrorTask
Résultat void