IVsQueryEditQuerySave3 Interface

 

Indicates to the environment or source control package that a file is about to be changed in memory or saved.

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

[GuidAttribute("53474C4D-6279-30C2-B4B4-005004775AB4")]
[InterfaceTypeAttribute(1)]
public interface IVsQueryEditQuerySave3

NameDescription
System_CAPS_pubmethodQuerySaveFile2(String, UInt32[], VSQEQS_FILE_ATTRIBUTE_DATA[], UInt32, UInt32)

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

System_CAPS_pubmethodQuerySaveFiles2(UInt32[], Int32, String[], UInt32[], VSQEQS_FILE_ATTRIBUTE_DATA[], UInt32, UInt32)

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

Return to top
Show: