IVsFileChangeEx Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
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. |
Show:
