VsMSBuildTaskFileManager Interface

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
Public method BeginBuild Begins a build. (Inherited from IVsMSBuildHostObject.)
Public method Close Closes a build host object. (Inherited from IVsMSBuildHostObject.)
Public method EndBuild Ends a build. (Inherited from IVsMSBuildHostObject.)
Public method Init Initializes a build host object. (Inherited from IVsMSBuildHostObject.)

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace