C# Class Goose.Core.Solution.EventHandling.FileChangeSubscriber

Inheritance: IFileChangeSubscriber
Afficher le fichier Open project: sebastianhallen/Goose

Méthodes publiques

Méthode Description
Attach ( IFileChangeConsumer fileChangeConsumer ) : void
FileChangeSubscriber ( IVsFileChangeEx fileChangeEx ) : Microsoft.VisualStudio.Shell.Interop
Subscribe ( string project, string file ) : MonitoredFile
UnSubscribe ( uint cookie ) : void

Method Details

Attach() public méthode

public Attach ( IFileChangeConsumer fileChangeConsumer ) : void
fileChangeConsumer IFileChangeConsumer
Résultat void

FileChangeSubscriber() public méthode

public FileChangeSubscriber ( IVsFileChangeEx fileChangeEx ) : Microsoft.VisualStudio.Shell.Interop
fileChangeEx IVsFileChangeEx
Résultat Microsoft.VisualStudio.Shell.Interop

Subscribe() public méthode

public Subscribe ( string project, string file ) : MonitoredFile
project string
file string
Résultat MonitoredFile

UnSubscribe() public méthode

public UnSubscribe ( uint cookie ) : void
cookie uint
Résultat void