IVsTrackProjectDocuments4 Methods

 

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

NameDescription
System_CAPS_pubmethodOnAfterRemoveDirectoriesEx(IVsProject^, Int32, array<String^>^, array<UInt32>^)

Called by a project after directories have been removed from the project.

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

Called by a project after files have been removed from the project.

System_CAPS_pubmethodOnQueryRemoveDirectoriesEx(IVsProject^, Int32, array<String^>^, array<UInt32>^, array<VSQUERYREMOVEDIRECTORYRESULTS>^, array<VSQUERYREMOVEDIRECTORYRESULTS>^)

Called by a project to determine whether directories can be removed from the project.

System_CAPS_pubmethodOnQueryRemoveFilesEx(IVsProject^, Int32, array<String^>^, array<UInt32>^, array<VSQUERYREMOVEFILERESULTS>^, array<VSQUERYREMOVEFILERESULTS>^)

Called by a project to determine whether files can be removed from the project.

Return to top
Show: