IVsFileChangeEx Members
Include Protected Members
Include Inherited Members
Allows changes to be made to a file or directory.
The IVsFileChangeEx type exposes the following members.
Methods
Name | Description | |
---|---|---|
AdviseDirChange | Enables a client to receive notifications of changes to a directory. | |
AdviseFileChange | Enables a client to receive notifications of changes to a file. | |
IgnoreFile | Ignores changes to a file. | |
SyncFile | Forces change events to be sent. Used in conjunction with IgnoreFile to make file changes but not receive notification. | |
UnadviseDirChange | Disables a client from receiving notifications of changes to a directory. | |
UnadviseFileChange | Disables a client from receiving notifications of changes to a file. |
Top