IVsMSBuildTaskFileManager Interface

 

Enables MSBuild to use memory instead of disk files for Intellisense builds.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("33372170-A08F-47F9-B1AE-CD9F2C3BB7C9")]
public interface IVsMSBuildTaskFileManager

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, 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.

This is an interface by which MSBuild tasks can communicate with the specific MSBuild host object VsMSBuildTaskFileManager. This provides MSBuild tasks with the ability to use in memory files instead of disk files for Intellisense builds.

Return to top
Show: