An interface implemented by tasks that are generated by [ITaskFactory] instances.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Namespace:  Microsoft.Build.Framework
Assembly:  Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
Syntax
'Declaration
Public Interface IGeneratedTask _
    Inherits ITask
public interface IGeneratedTask : ITask
public interface class IGeneratedTask : ITask
type IGeneratedTask =  
    interface 
        interface ITask 
    end
public interface IGeneratedTask extends ITask
The IGeneratedTask type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | BuildEngine | Gets or sets the build engine associated with the task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from ITask.) | 
| .gif) | HostObject | Gets or sets any host object that is associated with the task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from ITask.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Execute | Executes a task.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from ITask.) | 
| .gif) | GetPropertyValue | Gets the property value.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | 
| .gif) | SetPropertyValue | Sets a property value.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | 
Top