IVsQueryEditQuerySave2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | BeginQuerySaveBatch() | Creates a batch of a sequence of documents before attempting to save them to disk. |
![]() | DeclareReloadableFile(String^, UInt32, array<VSQEQS_FILE_ATTRIBUTE_DATA>^) | States that a file will be reloaded if it changes on disk. |
![]() | DeclareUnreloadableFile(String^, UInt32, array<VSQEQS_FILE_ATTRIBUTE_DATA>^) | 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(String^, Int32) | Returns the SVsQueryEditQuerySave service's understanding of whether this file is reloadable |
![]() | OnAfterSaveUnreloadableFile(String^, UInt32, array<VSQEQS_FILE_ATTRIBUTE_DATA>^) | Synchronizes or refreshes the file date and size after an editor saves an unreloadable file. |
![]() | QueryEditFiles(UInt32, Int32, array<String^>^, array<UInt32>^, array<VSQEQS_FILE_ATTRIBUTE_DATA>^, UInt32, UInt32) | Called when a file is about to be edited. |
![]() | QuerySaveFile(String^, UInt32, array<VSQEQS_FILE_ATTRIBUTE_DATA>^, UInt32) | Notifies the environment that a file is about to be saved. |
![]() | QuerySaveFiles(UInt32, Int32, array<String^>^, array<UInt32>^, array<VSQEQS_FILE_ATTRIBUTE_DATA>^, UInt32) | Notifies the environment that multiple files are about to be saved. |
Show:
