IVsMSBuildTaskFileManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
| Name | Description | |
|---|---|---|
![]() | Delete(String^) | Deletes a file on disk and removes it from the RDT. |
![]() | Exists(String^, Int32, Int32) | Determines if a file exists in the RDT or on disk. |
![]() | GetFileContents(String^, String^) | Gets the contents of a specified file. |
![]() | GetFileDocData(String^, IntPtr) | Gets the DocData object for a file registered in the RDT. |
![]() | GetFileLastChangeTime(String^, array<FILETIME>^) | Gets the time of the last change to a file. |
![]() | IsRealBuildOperation(Int32) | Determines if a build is real or for design-time Intellisense. |
![]() | PutGeneratedFileContents(String^, String^) | Puts the contents of a generated file into an in-memory buffer and registers it in the RDT. |
Show:
