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