IVsQueryEditQuerySave2 Methods

 

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

NameDescription
System_CAPS_pubmethodBeginQuerySaveBatch()

Creates a batch of a sequence of documents before attempting to save them to disk.

System_CAPS_pubmethodDeclareReloadableFile(String^, UInt32, array<VSQEQS_FILE_ATTRIBUTE_DATA>^)

States that a file will be reloaded if it changes on disk.

System_CAPS_pubmethodDeclareUnreloadableFile(String^, UInt32, array<VSQEQS_FILE_ATTRIBUTE_DATA>^)

States that a file will not be reloaded if it changes on disk

System_CAPS_pubmethodEndQuerySaveBatch()

Ends the batch started by the BeginQuerySaveBatch method and displays any user interface (UI) generated within the batch.

System_CAPS_pubmethodIsReloadable(String^, Int32)

Returns the SVsQueryEditQuerySave service's understanding of whether this file is reloadable

System_CAPS_pubmethodOnAfterSaveUnreloadableFile(String^, UInt32, array<VSQEQS_FILE_ATTRIBUTE_DATA>^)

Synchronizes or refreshes the file date and size after an editor saves an unreloadable file.

System_CAPS_pubmethodQueryEditFiles(UInt32, Int32, array<String^>^, array<UInt32>^, array<VSQEQS_FILE_ATTRIBUTE_DATA>^, UInt32, UInt32)

Called when a file is about to be edited.

System_CAPS_pubmethodQuerySaveFile(String^, UInt32, array<VSQEQS_FILE_ATTRIBUTE_DATA>^, UInt32)

Notifies the environment that a file is about to be saved.

System_CAPS_pubmethodQuerySaveFiles(UInt32, Int32, array<String^>^, array<UInt32>^, array<VSQEQS_FILE_ATTRIBUTE_DATA>^, UInt32)

Notifies the environment that multiple files are about to be saved.

Return to top
Show: