VsMSBuildTaskFileManager Interface
The coclass for the IVsMSBuildHostObject and IVsMSBuildTaskFileManager interfaces. This is the standard implementation which provides IntelliSense and build-time support for MSBuild tasks.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("45F31264-BACD-45A9-AE64-036120C52582")> _
Public Interface VsMSBuildTaskFileManager _
Inherits IVsMSBuildHostObject
[GuidAttribute("45F31264-BACD-45A9-AE64-036120C52582")]
public interface VsMSBuildTaskFileManager : IVsMSBuildHostObject
[GuidAttribute(L"45F31264-BACD-45A9-AE64-036120C52582")]
public interface class VsMSBuildTaskFileManager : IVsMSBuildHostObject
[<GuidAttribute("45F31264-BACD-45A9-AE64-036120C52582")>]
type VsMSBuildTaskFileManager =
interface
interface IVsMSBuildHostObject
end
public interface VsMSBuildTaskFileManager extends IVsMSBuildHostObject
The VsMSBuildTaskFileManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginBuild | Begins a build. (Inherited from IVsMSBuildHostObject.) | |
Close | Closes a build host object. (Inherited from IVsMSBuildHostObject.) | |
EndBuild | Ends a build. (Inherited from IVsMSBuildHostObject.) | |
Init | Initializes a build host object. (Inherited from IVsMSBuildHostObject.) |
Top