IVsTrackProjectDocuments4 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(IVsProject^, Int32, array<String^>^, array<UInt32>^) | Called by a project after directories have been removed from the project. |
![]() | OnAfterRemoveFilesEx(IVsProject^, Int32, array<String^>^, array<UInt32>^) | Called by a project after files have been removed from the project. |
![]() | OnQueryRemoveDirectoriesEx(IVsProject^, Int32, array<String^>^, array<UInt32>^, array<VSQUERYREMOVEDIRECTORYRESULTS>^, array<VSQUERYREMOVEDIRECTORYRESULTS>^) | Called by a project to determine whether directories can be removed from the project. |
![]() | OnQueryRemoveFilesEx(IVsProject^, Int32, array<String^>^, array<UInt32>^, array<VSQUERYREMOVEFILERESULTS>^, array<VSQUERYREMOVEFILERESULTS>^) | Called by a project to determine whether files can be removed from the project. |
Show:
