IVsFileChangeEx Interface
Allows changes to be made to a file or directory.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("9BC72973-194A-4EA8-B4D5-AFB0B0D0DCB1")> _
Public Interface IVsFileChangeEx
'Uso
Dim instance As IVsFileChangeEx
[InterfaceTypeAttribute()]
[GuidAttribute("9BC72973-194A-4EA8-B4D5-AFB0B0D0DCB1")]
public interface IVsFileChangeEx
[InterfaceTypeAttribute()]
[GuidAttribute(L"9BC72973-194A-4EA8-B4D5-AFB0B0D0DCB1")]
public interface class IVsFileChangeEx
[<InterfaceTypeAttribute()>]
[<GuidAttribute("9BC72973-194A-4EA8-B4D5-AFB0B0D0DCB1")>]
type IVsFileChangeEx = interface end
public interface IVsFileChangeEx
Remarks
Notes to Callers
Called through the SVsFileChangeEx service. Call the IVsFileChangeEx interface when you want to listen to changes made to your files outside of your control.