예제 #1
0
		public int AdviseFileChange(string pszMkDocument, uint grfFilter, IVsFileChangeEvents pFCE, out uint pvsCookie)
		{
			pvsCookie = 0;
			return VSConstants.S_OK;
		}
예제 #2
0
 public int AdviseFileChange(string pszMkDocument, uint grfFilter, IVsFileChangeEvents pFCE, out uint pvsCookie)
 {
     pvsCookie = 0;
     return(VSConstants.S_OK);
 }
예제 #3
0
		public int AdviseDirChange(string pszDir, int fWatchSubDir, IVsFileChangeEvents pFCE, out uint pvsCookie)
		{
			pvsCookie = 0;
			return VSConstants.S_OK;
		}
예제 #4
0
 public int AdviseDirChange(string pszDir, int fWatchSubDir, IVsFileChangeEvents pFCE, out uint pvsCookie)
 {
     pvsCookie = 0;
     return(VSConstants.S_OK);
 }