IVsFileChangeEvents Interface
Visual Studio 2015
Notifies clients when selected files have been changed on disk.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | DirectoryChanged(String) | Notifies clients of changes made to a directory. |
![]() | FilesChanged(UInt32, String[], UInt32[]) | Notifies clients of changes made to one or more files. |
AVSPackage must call AdviseFileChange to receive IVsFileChangeEvents.
Notes to Implementers:
Projects and editors are notified of changes to files by being clients of SVsFileChangeEx, and should implement IVsFileChangeEvents.
Show:
