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.
This method starts a batch of IVsTrackProjectDocuments2.OnAfter* method calls.
This method ends the batch started by BeginBatch and displays any user interface (UI) that was generated within the batch.
This method displays the UI for the IVsTrackProjectDocuments2 calls completed so far without ending the batch.
This method is called by a project after directories have been added to the project.
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.
This method is called by a project after files have been added to the project.
This method is called by a project after files have been added to the project.
This method is called by a project after directories have been removed from the project.
This method is called by a project after files have been removed from the project.
This method is called by a project after a directory has been renamed in the project.
This method is called by a project after a file has been renamed in the project.
This method is called by a project after files have been renamed in the project.
This method is called by the Source Control Stub to inform listeners that source control status has changed. Do not call this method.
This method is called by a project to determine whether directories can be added to the project.
This method is called by a project to determine whether files can be added to the project.
This method is called by a project to determine whether directories can be removed from the project.
This method is called by a project to determine whether files can be removed from the project.
This method is called by a project to determine whether directories in the project can be renamed.
This method is called by a project to determine whether a file in the project can be renamed.
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