IVsMSBuildTaskFileManager Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

NameDescription
System_CAPS_pubmethodDelete(String^)

Deletes a file on disk and removes it from the RDT.

System_CAPS_pubmethodExists(String^, Int32, Int32)

Determines if a file exists in the RDT or on disk.

System_CAPS_pubmethodGetFileContents(String^, String^)

Gets the contents of a specified file.

System_CAPS_pubmethodGetFileDocData(String^, IntPtr)

Gets the DocData object for a file registered in the RDT.

System_CAPS_pubmethodGetFileLastChangeTime(String^, array<FILETIME>^)

Gets the time of the last change to a file.

System_CAPS_pubmethodIsRealBuildOperation(Int32)

Determines if a build is real or for design-time Intellisense.

System_CAPS_pubmethodPutGeneratedFileContents(String^, String^)

Puts the contents of a generated file into an in-memory buffer and registers it in the RDT.

Return to top
Show: