IVsTrackProjectDocuments3 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 | |
|---|---|---|
![]() | BeginQueryBatch() | Starts a batch query process in which a single dialog box asking the user for an okay is presented instead of multiple dialog boxes, one for each file. |
![]() | CancelQueryBatch() | Cancels a batched series of queries. |
![]() | EndQueryBatch(Int32) | Indicates that a batched query process has been completed and determines whether or not the batched operations should be allowed to proceed. |
![]() | HandsOffFiles(UInt32, Int32, array<String^>^) | This method is called when a project wants to affect a number of files and wants any locks on those files released. |
![]() | HandsOnFiles(Int32, array<String^>^) | Indicates that a project is done manipulating the specified files. |
![]() | OnQueryAddFilesEx(IVsProject^, Int32, array<String^>^, array<String^>^, array<VSQUERYADDFILEFLAGS>^, array<VSQUERYADDFILERESULTS>^, array<VSQUERYADDFILERESULTS>^) | This method is an extended version of the OnQueryAddFiles method and is used when a project will be moving files to a new location in the project directory. |
Show:
