VsMSBuildTaskFileManager Interface

Definition

The coclass for the IVsMSBuildHostObject and IVsMSBuildTaskFileManager interfaces. This is the standard implementation which provides IntelliSense and build-time support for MSBuild tasks.

public interface class VsMSBuildTaskFileManager : Microsoft::VisualStudio::Shell::Interop::IVsMSBuildHostObject
public interface class VsMSBuildTaskFileManager : Microsoft::VisualStudio::Shell::Interop::IVsMSBuildHostObject
__interface VsMSBuildTaskFileManager : Microsoft::VisualStudio::Shell::Interop::IVsMSBuildHostObject
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.Shell.Interop.VsMSBuildTaskFileManagerClass))]
[System.Runtime.InteropServices.Guid("45F31264-BACD-45A9-AE64-036120C52582")]
public interface VsMSBuildTaskFileManager : Microsoft.VisualStudio.Shell.Interop.IVsMSBuildHostObject
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.Shell.Interop.VsMSBuildTaskFileManagerClass))]
[System.Runtime.InteropServices.Guid("45F31264-BACD-45A9-AE64-036120C52582")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsMSBuildTaskFileManager : Microsoft.VisualStudio.Shell.Interop.IVsMSBuildHostObject
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.Shell.Interop.VsMSBuildTaskFileManagerClass))>]
[<System.Runtime.InteropServices.Guid("45F31264-BACD-45A9-AE64-036120C52582")>]
type VsMSBuildTaskFileManager = interface
    interface IVsMSBuildHostObject
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.Shell.Interop.VsMSBuildTaskFileManagerClass))>]
[<System.Runtime.InteropServices.Guid("45F31264-BACD-45A9-AE64-036120C52582")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsMSBuildTaskFileManager = interface
    interface IVsMSBuildHostObject
Public Interface VsMSBuildTaskFileManager
Implements IVsMSBuildHostObject
Derived
Attributes
Implements

Methods

BeginBuild()

Begins a build.

(Inherited from IVsMSBuildHostObject)
Close()

Closes a build host object.

(Inherited from IVsMSBuildHostObject)
EndBuild()

Ends a build.

(Inherited from IVsMSBuildHostObject)
Init(IVsHierarchy, IServiceProvider)

Initializes a build host object.

(Inherited from IVsMSBuildHostObject)

Applies to