IVsTrackProjectDocuments4.OnAfterRemoveDirectoriesEx Method (IVsProject, Int32, String[], UInt32[])

 

Called by a project after 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)

int OnAfterRemoveDirectoriesEx(
	IVsProject pProject,
	int cDirectories,
	string[] rgpszMkDocuments,
	uint[] rgFlags
)

Parameters

pProject
Type: Microsoft.VisualStudio.Shell.Interop.IVsProject

[in] Project from which the directories have been removed.

cDirectories
Type: System.Int32

[in] Number of directories that were removed.

rgpszMkDocuments
Type: System.String[]

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

rgFlags
Type: System.UInt32[]

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

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: