IVsTrackProjectDocumentsEvents4.OnAfterRemoveFilesEx Method

Definition

Notifies the client after files are removed from the project.

C++/CX
public:
 void OnAfterRemoveFilesEx(int cProjects, int cFiles, Platform::Array <Microsoft::VisualStudio::Shell::Interop::IVsProject ^> ^ rgpProjects, Platform::Array <int> ^ rgFirstIndices, Platform::Array <Platform::String ^> ^ rgpszMkDocuments, Platform::Array <unsigned int> ^ rgFlags);

Parameters

cProjects
Int32

[in] Number of projects from which files were removed.

cFiles
Int32

[in] Number of files removed.

rgpProjects
IVsProject[]

[in, size_is(cProjects)] Array of projects from which files were removed.

rgFirstIndices
Int32[]

[in, size_is(cProjects)] Array of first indices identifying to which project each file belongs. For more information, see IVsTrackProjectDocumentsEvents2.

rgpszMkDocuments
String[]

[in, size_is(cFiles)] Array of paths for the files that were removed.

rgFlags
UInt32[]

[in, size_is(cFiles)] Array of flags. For a list of rgFlags values, see __VSREMOVEFILEFLAGS2.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022