IVsTrackProjectDocumentsEvents4 Interface
Visual Studio 2015
Notifies clients of additional changes made to project files or directories.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnAfterRemoveDirectoriesEx(Int32, Int32, IVsProject[], Int32[], String[], UInt32[]) | Notifies the client when directories have been removed from the project. |
![]() | OnAfterRemoveFilesEx(Int32, Int32, IVsProject[], Int32[], String[], UInt32[]) | Notifies the client after files are removed from the project. |
![]() | OnQueryRemoveDirectoriesEx(IVsProject, Int32, String[], UInt32[], VSQUERYREMOVEDIRECTORYRESULTS[], VSQUERYREMOVEDIRECTORYRESULTS[]) | Notifies the client when a project has requested to remove directories. |
![]() | OnQueryRemoveFilesEx(IVsProject, Int32, String[], UInt32[], VSQUERYREMOVEFILERESULTS[], VSQUERYREMOVEFILERESULTS[]) | Notifies the client when a project has requested to remove files. |
Show:
