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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("33372170-A08F-47F9-B1AE-CD9F2C3BB7C9")> _
Public Interface IVsMSBuildTaskFileManager
‘사용 방법
Dim instance As IVsMSBuildTaskFileManager
[InterfaceTypeAttribute()]
[GuidAttribute("33372170-A08F-47F9-B1AE-CD9F2C3BB7C9")]
public interface IVsMSBuildTaskFileManager
[InterfaceTypeAttribute()]
[GuidAttribute(L"33372170-A08F-47F9-B1AE-CD9F2C3BB7C9")]
public interface class IVsMSBuildTaskFileManager
[<InterfaceTypeAttribute()>]
[<GuidAttribute("33372170-A08F-47F9-B1AE-CD9F2C3BB7C9")>]
type IVsMSBuildTaskFileManager =  interface end
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.

See Also

Reference

IVsMSBuildTaskFileManager Members

Microsoft.VisualStudio.Shell.Interop Namespace