IVsTrackProjectDocumentsEvents3 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | HandsOffFiles(UInt32, Int32, array<String^>^) | Accesses a specified set of files and asks all implementers of this method to release any locks that may exist on those files. |
![]() | HandsOnFiles(Int32, array<String^>^) | Called when a project has completed operations on a set of files. |
![]() | OnBeginQueryBatch() | Indicates that a project is about start a batch query process. |
![]() | OnCancelQueryBatch() | This method is called to indicate that a batch query process has been canceled. |
![]() | OnEndQueryBatch(Int32) | Determines whether it is okay to proceed with the actual batch operation after successful completion of a batch query process. |
![]() | OnQueryAddFilesEx(IVsProject^, Int32, array<String^>^, array<String^>^, array<VSQUERYADDFILEFLAGS>^, array<VSQUERYADDFILERESULTS>^, array<VSQUERYADDFILERESULTS>^) | Determines if it is okay to add a collection of files (possibly from source control) whose final destination may be different from a source location. |
Show:
