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

Inheritance: IFileChangeSubscriber
显示文件 Open project: sebastianhallen/Goose

Public Methods

Method 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 method

public Attach ( IFileChangeConsumer fileChangeConsumer ) : void
fileChangeConsumer IFileChangeConsumer
return void

FileChangeSubscriber() public method

public FileChangeSubscriber ( IVsFileChangeEx fileChangeEx ) : Microsoft.VisualStudio.Shell.Interop
fileChangeEx IVsFileChangeEx
return Microsoft.VisualStudio.Shell.Interop

Subscribe() public method

public Subscribe ( string project, string file ) : MonitoredFile
project string
file string
return MonitoredFile

UnSubscribe() public method

public UnSubscribe ( uint cookie ) : void
cookie uint
return void