IVsTrackProjectDocumentsEvents3 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodHandsOffFiles(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.

System_CAPS_pubmethodHandsOnFiles(Int32, array<String^>^)

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

System_CAPS_pubmethodOnBeginQueryBatch()

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

System_CAPS_pubmethodOnCancelQueryBatch()

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

System_CAPS_pubmethodOnEndQueryBatch(Int32)

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

System_CAPS_pubmethodOnQueryAddFilesEx(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.

Return to top
Show: