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)
Syntax
'宣言
<GuidAttribute("33372170-A08F-47F9-B1AE-CD9F2C3BB7C9")> _
<InterfaceTypeAttribute()> _
Public Interface IVsMSBuildTaskFileManager
'使用
Dim instance As IVsMSBuildTaskFileManager
[GuidAttribute("33372170-A08F-47F9-B1AE-CD9F2C3BB7C9")]
[InterfaceTypeAttribute()]
public interface IVsMSBuildTaskFileManager
[GuidAttribute(L"33372170-A08F-47F9-B1AE-CD9F2C3BB7C9")]
[InterfaceTypeAttribute()]
public interface class IVsMSBuildTaskFileManager
public interface IVsMSBuildTaskFileManager
Remarks
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.