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 | |
---|---|---|
BeginQuerySaveBatch | Creates a batch of a sequence of documents before attempting to save them to disk. | |
DeclareReloadableFile | States that a file will be reloaded if it changes on disk. | |
DeclareUnreloadableFile | States that a file will not be reloaded if it changes on disk | |
EndQuerySaveBatch | Ends the batch started by the BeginQuerySaveBatch method and displays any user interface (UI) generated within the batch. | |
IsReloadable | Returns the SVsQueryEditQuerySave service's understanding of whether this file is reloadable | |
OnAfterSaveUnreloadableFile | Synchronizes or refreshes the file date and size after an editor saves an unreloadable file. | |
QueryEditFiles | Called when a file is about to be edited. | |
QuerySaveFile | Notifies the environment that a file is about to be saved. | |
QuerySaveFiles | Notifies the environment that multiple files are about to be saved. |
Top