IVsTrackProjectDocuments2 Members
Include Protected Members
Include Inherited Members
Used by projects to query the environment for permission to add, remove, or rename a file or directory in a solution.
The IVsTrackProjectDocuments2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AdviseTrackProjectDocumentsEvents | This method enables clients to receive notifications of project documents events. | |
BeginBatch | This method starts a batch of IVsTrackProjectDocuments2.OnAfter* method calls. | |
EndBatch | This method ends the batch started by BeginBatch and displays any user interface (UI) that was generated within the batch. | |
Flush | This method displays the UI for the IVsTrackProjectDocuments2 calls completed so far without ending the batch. | |
OnAfterAddDirectories | This method is called by a project after directories have been added to the project. | |
OnAfterAddDirectoriesEx | This method is called by a project after directories have been added to the project. This method is equivalent to OnAfterAddDirectories, but it also takes flags. | |
OnAfterAddFiles | This method is called by a project after files have been added to the project. | |
OnAfterAddFilesEx | This method is called by a project after files have been added to the project. | |
OnAfterRemoveDirectories | This method is called by a project after directories have been removed from the project. | |
OnAfterRemoveFiles | This method is called by a project after files have been removed from the project. | |
OnAfterRenameDirectories | This method is called by a project after a directory has been renamed in the project. | |
OnAfterRenameFile | This method is called by a project after a file has been renamed in the project. | |
OnAfterRenameFiles | This method is called by a project after files have been renamed in the project. | |
OnAfterSccStatusChanged | This method is called by the Source Control Stub to inform listeners that source control status has changed. Do not call this method. | |
OnQueryAddDirectories | This method is called by a project to determine whether directories can be added to the project. | |
OnQueryAddFiles | This method is called by a project to determine whether files can be added to the project. | |
OnQueryRemoveDirectories | This method is called by a project to determine whether directories can be removed from the project. | |
OnQueryRemoveFiles | This method is called by a project to determine whether files can be removed from the project. | |
OnQueryRenameDirectories | This method is called by a project to determine whether directories in the project can be renamed. | |
OnQueryRenameFile | This method is called by a project to determine whether a file in the project can be renamed. | |
OnQueryRenameFiles | This method is called by a project to determine whether files can be renamed in the project. | |
UnadviseTrackProjectDocumentsEvents | This method prevents clients from receiving notifications of project documents events. |
Top