C# 클래스 Goose.Core.Solution.EventHandling.FileChangeSubscriber

상속: IFileChangeSubscriber
파일 보기 프로젝트 열기: sebastianhallen/Goose

공개 메소드들

메소드 설명
Attach ( IFileChangeConsumer fileChangeConsumer ) : void
FileChangeSubscriber ( IVsFileChangeEx fileChangeEx ) : Microsoft.VisualStudio.Shell.Interop
Subscribe ( string project, string file ) : MonitoredFile
UnSubscribe ( uint cookie ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( IFileChangeConsumer fileChangeConsumer ) : void
fileChangeConsumer IFileChangeConsumer
리턴 void

FileChangeSubscriber() 공개 메소드

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

Subscribe() 공개 메소드

public Subscribe ( string project, string file ) : MonitoredFile
project string
file string
리턴 MonitoredFile

UnSubscribe() 공개 메소드

public UnSubscribe ( uint cookie ) : void
cookie uint
리턴 void