IVsQueryEditQuerySave2 Members
Include Protected Members
Include Inherited Members
Indicates to the environment or source control package that a file is about to be changed in memory or saved.
The IVsQueryEditQuerySave2 type exposes the following members.
Methods
Name
Description
Creates a batch of a sequence of documents before attempting to save them to disk.
States that a file will be reloaded if it changes on disk.
States that a file will not be reloaded if it changes on disk
Ends the batch started by the BeginQuerySaveBatch method and displays any user interface (UI) generated within the batch.
Returns the SVsQueryEditQuerySave service's understanding of whether this file is reloadable
Synchronizes or refreshes the file date and size after an editor saves an unreloadable file.
Called when a file is about to be edited.
Notifies the environment that a file is about to be saved.
Notifies the environment that multiple files are about to be saved.
Top