Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("33372170-A08F-47F9-B1AE-CD9F2C3BB7C9")> _
Public Interface IVsMSBuildTaskFileManager
'Usage
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
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.