IVsTrackProjectDocumentsEvents4::OnAfterRemoveDirectoriesEx Method (Int32, Int32, array<IVsProject^>^, array<Int32>^, array<String^>^, array<UInt32>^)

 

Notifies the client when directories have been removed from the project.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void OnAfterRemoveDirectoriesEx(
	int cProjects,
	int cDirectories,
	array<IVsProject^>^ rgpProjects,
	array<int>^ rgFirstIndices,
	array<String^>^ rgpszMkDocuments,
	array<unsigned int>^ rgFlags
)

Parameters

cProjects
Type: System::Int32

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

cDirectories
Type: System::Int32

[in] Number of directories removed.

rgpProjects
Type: array<Microsoft.VisualStudio.Shell.Interop::IVsProject^>^

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

rgFirstIndices
Type: array<System::Int32>^

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

rgpszMkDocuments
Type: array<System::String^>^

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

rgFlags
Type: array<System::UInt32>^

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

Return to top
Show: