IVsTrackProjectDocumentsEvents4::OnAfterRemoveFilesEx Method (Int32, Int32, array<IVsProject^>^, array<Int32>^, array<String^>^, array<UInt32>^)
Visual Studio 2015
Notifies the client after files are removed from the project.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void OnAfterRemoveFilesEx( int cProjects, int cFiles, array<IVsProject^>^ rgpProjects, array<int>^ rgFirstIndices, array<String^>^ rgpszMkDocuments, array<unsigned int>^ rgFlags )
Parameters
- cProjects
-
Type:
System::Int32
[in] Number of projects from which files were removed.
- cFiles
-
Type:
System::Int32
[in] Number of files removed.
- rgpProjects
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::IVsProject^>^
[in, size_is(cProjects)] Array of projects from which files were removed.
- rgFirstIndices
-
Type:
array<System::Int32>^
[in, size_is(cProjects)] Array of first indices identifying to which project each file belongs. For more information, see IVsTrackProjectDocumentsEvents2.
- rgpszMkDocuments
-
Type:
array<System::String^>^
[in, size_is(cFiles)] Array of paths for the files that were removed.
- rgFlags
-
Type:
array<System::UInt32>^
[in, size_is(cFiles)] Array of flags. For a list of rgFlags values, see __VSREMOVEFILEFLAGS2.
Show: