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.
Notifies clients when selected files have been changed on disk.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("F04C8816-7F77-450D-9527-14D0B93DA159")> _
<InterfaceTypeAttribute()> _
Public Interface IVsFileChangeEvents
'Usage
Dim instance As IVsFileChangeEvents
[GuidAttribute("F04C8816-7F77-450D-9527-14D0B93DA159")]
[InterfaceTypeAttribute()]
public interface IVsFileChangeEvents
[GuidAttribute(L"F04C8816-7F77-450D-9527-14D0B93DA159")]
[InterfaceTypeAttribute()]
public interface class IVsFileChangeEvents
public interface IVsFileChangeEvents
Remarks
AVSPackage must call AdviseFileChange to receive IVsFileChangeEvents.
See illustrations of the implementation and/or calling of this interface in the Basic Edit and Figures Project samples.
Notes to Implementers:
Projects and editors are notified of changes to files by being clients of SVsFileChangeEx, and should implement IVsFileChangeEvents.