IVsTrackProjectDocuments3 Methods

 

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

NameDescription
System_CAPS_pubmethodBeginQueryBatch()

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.

System_CAPS_pubmethodCancelQueryBatch()

Cancels a batched series of queries.

System_CAPS_pubmethodEndQueryBatch(Int32)

Indicates that a batched query process has been completed and determines whether or not the batched operations should be allowed to proceed.

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

System_CAPS_pubmethodHandsOnFiles(Int32, array<String^>^)

Indicates that a project is done manipulating the specified files.

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

Return to top
Show: