IVsTrackProjectDocumentsEvents4 Interface
Notifies clients of additional changes made to project files or directories.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("53544C4D-DB74-4078-9642-5D1BC0BB5B26")> _
Public Interface IVsTrackProjectDocumentsEvents4
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("53544C4D-DB74-4078-9642-5D1BC0BB5B26")]
public interface IVsTrackProjectDocumentsEvents4
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"53544C4D-DB74-4078-9642-5D1BC0BB5B26")]
public interface class IVsTrackProjectDocumentsEvents4
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("53544C4D-DB74-4078-9642-5D1BC0BB5B26")>]
type IVsTrackProjectDocumentsEvents4 = interface end
public interface IVsTrackProjectDocumentsEvents4
The IVsTrackProjectDocumentsEvents4 type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAfterRemoveDirectoriesEx | Notifies the client when directories have been removed from the project. | |
OnAfterRemoveFilesEx | Notifies the client after files are removed from the project. | |
OnQueryRemoveDirectoriesEx | Notifies the client when a project has requested to remove directories. | |
OnQueryRemoveFilesEx | Notifies the client when a project has requested to remove files. |
Top