IVsQueryEditQuerySave3 Interface    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates to the environment or source control package that a file is about to be changed in memory or saved.
public interface class IVsQueryEditQuerySave3
	public interface class IVsQueryEditQuerySave3
	__interface IVsQueryEditQuerySave3
	[System.Runtime.InteropServices.Guid("53474C4D-6279-30C2-B4B4-005004775AB4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsQueryEditQuerySave3
	[System.Runtime.InteropServices.Guid("53474C4D-6279-30C2-B4B4-005004775AB4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsQueryEditQuerySave3
	[<System.Runtime.InteropServices.Guid("53474C4D-6279-30C2-B4B4-005004775AB4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsQueryEditQuerySave3 = interface
	[<System.Runtime.InteropServices.Guid("53474C4D-6279-30C2-B4B4-005004775AB4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsQueryEditQuerySave3 = interface
	Public Interface IVsQueryEditQuerySave3
	- Attributes
 
Methods
| QuerySaveFile2(String, UInt32[], VSQEQS_FILE_ATTRIBUTE_DATA[], UInt32, UInt32) | 
		 Notifies the environment that a file is about to be saved.  | 
        	
| QuerySaveFiles2(UInt32[], Int32, String[], UInt32[], VSQEQS_FILE_ATTRIBUTE_DATA[], UInt32, UInt32) | 
		 Notifies the environment that multiple files are about to be saved.  |