Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("53474C4D-6279-30C2-B4B4-005004775AB4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsQueryEditQuerySave3
[GuidAttribute("53474C4D-6279-30C2-B4B4-005004775AB4")]
[InterfaceTypeAttribute()]
public interface IVsQueryEditQuerySave3
[GuidAttribute(L"53474C4D-6279-30C2-B4B4-005004775AB4")]
[InterfaceTypeAttribute()]
public interface class IVsQueryEditQuerySave3
[<GuidAttribute("53474C4D-6279-30C2-B4B4-005004775AB4")>]
[<InterfaceTypeAttribute()>]
type IVsQueryEditQuerySave3 = interface end
public interface IVsQueryEditQuerySave3
The IVsQueryEditQuerySave3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
QuerySaveFile2 | Notifies the environment that a file is about to be saved. |
![]() |
QuerySaveFiles2 | Notifies the environment that multiple files are about to be saved. |
Top