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 | |
---|---|---|
OnAfterAddDirectoriesEx | This method notifies the client after directories are added to the project. | |
OnAfterAddFilesEx | This method notifies the client after a project has added files. | |
OnAfterRemoveDirectories | This method notifies the client when directories have been removed from the project. | |
OnAfterRemoveFiles | This method notifies the client after files are removed from the project. | |
OnAfterRenameDirectories | This method notifies the client when directories have been renamed in the project. | |
OnAfterRenameFiles | This method notifies the client when files have been renamed in the project. | |
OnAfterSccStatusChanged | This method notifies the client when source control status has changed. | |
OnQueryAddDirectories | This method notifies the client when a project has requested to add directories. | |
OnQueryAddFiles | This method notifies the client when a project has requested to add files. | |
OnQueryRemoveDirectories | This method notifies the client when a project has requested to remove directories. | |
OnQueryRemoveFiles | This method notifies the client when a project has requested to remove files. | |
OnQueryRenameDirectories | This method notifies the client when a project has requested to rename directories. | |
OnQueryRenameFiles | This method notifies the client when a project has requested to rename files. |
Top