IVsTrackProjectDocumentsEvents2 Members
Include Protected Members
Include Inherited Members
Notifies clients of changes made to project files or directories.
The IVsTrackProjectDocumentsEvents2 type exposes the following members.
Methods
Name
Description
This method notifies the client after directories are added to the project.
This method notifies the client after a project has added files.
This method notifies the client when directories have been removed from the project.
This method notifies the client after files are removed from the project.
This method notifies the client when directories have been renamed in the project.
This method notifies the client when files have been renamed in the project.
This method notifies the client when source control status has changed.
This method notifies the client when a project has requested to add directories.
This method notifies the client when a project has requested to add files.
This method notifies the client when a project has requested to remove directories.
This method notifies the client when a project has requested to remove files.
This method notifies the client when a project has requested to rename directories.
This method notifies the client when a project has requested to rename files.
Top