IVsTrackProjectDocumentsEvents3 Members
Include Protected Members
Include Inherited Members
Receives calls made to the IVsTrackProjectDocuments3 interface. It provides support for batch-processing queries and for coordination of file access.
The IVsTrackProjectDocumentsEvents3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
HandsOffFiles | Accesses a specified set of files and asks all implementers of this method to release any locks that may exist on those files. | |
HandsOnFiles | 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 | Determines whether it is okay to proceed with the actual batch operation after successful completion of a batch query process. | |
OnQueryAddFilesEx | 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. |
Top