IVsFileChangeEx Interface
Visual Studio 2015
Allows changes to be made to a file or directory.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseDirChange(String, Int32, IVsFileChangeEvents, UInt32) | Enables a client to receive notifications of changes to a directory. |
![]() | AdviseFileChange(String, UInt32, IVsFileChangeEvents, UInt32) | Enables a client to receive notifications of changes to a file. |
![]() | IgnoreFile(UInt32, String, Int32) | Ignores changes to a file. |
![]() | SyncFile(String) | Forces change events to be sent. Used in conjunction with IgnoreFile to make file changes but not receive notification. |
![]() | UnadviseDirChange(UInt32) | Disables a client from receiving notifications of changes to a directory. |
![]() | UnadviseFileChange(UInt32) | Disables a client from receiving notifications of changes to a file. |
Notes to Callers:
Called through the SVsFileChangeEx service. Call the IVsFileChangeEx interface when you want to listen to changes made to your files outside of your control.
Show:
