IVsTrackProjectDocumentsEvents2 Methods

Include Protected Members
Include Inherited Members

The IVsTrackProjectDocumentsEvents2 type exposes the following members.

Methods

  Name Description
Public method OnAfterAddDirectoriesEx This method notifies the client after directories are added to the project.
Public method OnAfterAddFilesEx This method notifies the client after a project has added files.
Public method OnAfterRemoveDirectories This method notifies the client when directories have been removed from the project.
Public method OnAfterRemoveFiles This method notifies the client after files are removed from the project.
Public method OnAfterRenameDirectories This method notifies the client when directories have been renamed in the project.
Public method OnAfterRenameFiles This method notifies the client when files have been renamed in the project.
Public method OnAfterSccStatusChanged This method notifies the client when source control status has changed.
Public method OnQueryAddDirectories This method notifies the client when a project has requested to add directories.
Public method OnQueryAddFiles This method notifies the client when a project has requested to add files.
Public method OnQueryRemoveDirectories This method notifies the client when a project has requested to remove directories.
Public method OnQueryRemoveFiles This method notifies the client when a project has requested to remove files.
Public method OnQueryRenameDirectories This method notifies the client when a project has requested to rename directories.
Public method OnQueryRenameFiles This method notifies the client when a project has requested to rename files.

Top

See Also

Reference

IVsTrackProjectDocumentsEvents2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace