IVsTrackProjectDocumentsEvents2 Methods

 

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

NameDescription
System_CAPS_pubmethodOnAfterAddDirectoriesEx(Int32, Int32, array<IVsProject^>^, array<Int32>^, array<String^>^, array<VSADDDIRECTORYFLAGS>^)

This method notifies the client after directories are added to the project.

System_CAPS_pubmethodOnAfterAddFilesEx(Int32, Int32, array<IVsProject^>^, array<Int32>^, array<String^>^, array<VSADDFILEFLAGS>^)

This method notifies the client after a project has added files.

System_CAPS_pubmethodOnAfterRemoveDirectories(Int32, Int32, array<IVsProject^>^, array<Int32>^, array<String^>^, array<VSREMOVEDIRECTORYFLAGS>^)

This method notifies the client when directories have been removed from the project.

System_CAPS_pubmethodOnAfterRemoveFiles(Int32, Int32, array<IVsProject^>^, array<Int32>^, array<String^>^, array<VSREMOVEFILEFLAGS>^)

This method notifies the client after files are removed from the project.

System_CAPS_pubmethodOnAfterRenameDirectories(Int32, Int32, array<IVsProject^>^, array<Int32>^, array<String^>^, array<String^>^, array<VSRENAMEDIRECTORYFLAGS>^)

This method notifies the client when directories have been renamed in the project.

System_CAPS_pubmethodOnAfterRenameFiles(Int32, Int32, array<IVsProject^>^, array<Int32>^, array<String^>^, array<String^>^, array<VSRENAMEFILEFLAGS>^)

This method notifies the client when files have been renamed in the project.

System_CAPS_pubmethodOnAfterSccStatusChanged(Int32, Int32, array<IVsProject^>^, array<Int32>^, array<String^>^, array<UInt32>^)

This method notifies the client when source control status has changed.

System_CAPS_pubmethodOnQueryAddDirectories(IVsProject^, Int32, array<String^>^, array<VSQUERYADDDIRECTORYFLAGS>^, array<VSQUERYADDDIRECTORYRESULTS>^, array<VSQUERYADDDIRECTORYRESULTS>^)

This method notifies the client when a project has requested to add directories.

System_CAPS_pubmethodOnQueryAddFiles(IVsProject^, Int32, array<String^>^, array<VSQUERYADDFILEFLAGS>^, array<VSQUERYADDFILERESULTS>^, array<VSQUERYADDFILERESULTS>^)

This method notifies the client when a project has requested to add files.

System_CAPS_pubmethodOnQueryRemoveDirectories(IVsProject^, Int32, array<String^>^, array<VSQUERYREMOVEDIRECTORYFLAGS>^, array<VSQUERYREMOVEDIRECTORYRESULTS>^, array<VSQUERYREMOVEDIRECTORYRESULTS>^)

This method notifies the client when a project has requested to remove directories.

System_CAPS_pubmethodOnQueryRemoveFiles(IVsProject^, Int32, array<String^>^, array<VSQUERYREMOVEFILEFLAGS>^, array<VSQUERYREMOVEFILERESULTS>^, array<VSQUERYREMOVEFILERESULTS>^)

This method notifies the client when a project has requested to remove files.

System_CAPS_pubmethodOnQueryRenameDirectories(IVsProject^, Int32, array<String^>^, array<String^>^, array<VSQUERYRENAMEDIRECTORYFLAGS>^, array<VSQUERYRENAMEDIRECTORYRESULTS>^, array<VSQUERYRENAMEDIRECTORYRESULTS>^)

This method notifies the client when a project has requested to rename directories.

System_CAPS_pubmethodOnQueryRenameFiles(IVsProject^, Int32, array<String^>^, array<String^>^, array<VSQUERYRENAMEFILEFLAGS>^, array<VSQUERYRENAMEFILERESULTS>^, array<VSQUERYRENAMEFILERESULTS>^)

This method notifies the client when a project has requested to rename files.

Return to top
Show: