BuildTask Class

Definition

Provides the base class for MSBuild tasks that are used by the Office development tools in Visual Studio to build projects.

public ref class BuildTask abstract : Microsoft::Build::Utilities::Task
[System.Runtime.InteropServices.ComVisible(false)]
public abstract class BuildTask : Microsoft.Build.Utilities.Task
[<System.Runtime.InteropServices.ComVisible(false)>]
type BuildTask = class
    inherit Task
Public MustInherit Class BuildTask
Inherits Task
Inheritance
BuildTask
Derived
Attributes

Remarks

These build tasks are for the 2007 Microsoft Office system.

The Microsoft Build Engine uses Microsoft.VisualStudio.Tools.Office.BuildTasks to build and deploy Office solutions. However, you can create your own build system by using these classes and the MSBuild XML-based project files. For more information, see MSBuild Reference.

Constructors

BuildTask()

Initializes a new instance of the BuildTask class.

Applies to