Share via


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

Public method

HandsOffFiles

Accesses a specified set of files and asks all implementers of this method to release any locks that may exist on those files.

Public method

HandsOnFiles

Called when a project has completed operations on a set of files.

Public method

OnBeginQueryBatch

Indicates that a project is about start a batch query process.

Public method

OnCancelQueryBatch

This method is called to indicate that a batch query process has been canceled.

Public method

OnEndQueryBatch

Determines whether it is okay to proceed with the actual batch operation after successful completion of a batch query process.

Public method

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

See Also

Reference

IVsTrackProjectDocumentsEvents3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace