IVsMSBuildTaskFileManager Members
Include Protected Members
Include Inherited Members
Enables MSBuild to use memory instead of disk files for Intellisense builds.
The IVsMSBuildTaskFileManager type exposes the following members.
Methods
Name
Description
Deletes a file on disk and removes it from the RDT.
Determines if a file exists in the RDT or on disk.
Gets the contents of a specified file.
Gets the DocData object for a file registered in the RDT.
Gets the time of the last change to a file.
Determines if a build is real or for design-time Intellisense.
Puts the contents of a generated file into an in-memory buffer and registers it in the RDT.
Top