IVsTrackProjectDocuments3 Members
Include Protected Members
Include Inherited Members
This interface allows for batch processing, coordination of locks on files, and an advanced OnQueryAddFiles method.
The IVsTrackProjectDocuments3 type exposes the following members.
Methods
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 | Indicates that a batched query process has been completed and determines whether or not the batched operations should be allowed to proceed. | |
HandsOffFiles | This method is called when a project wants to affect a number of files and wants any locks on those files released. | |
HandsOnFiles | Indicates that a project is done manipulating the specified files. | |
OnQueryAddFilesEx | 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. |
Top