This documentation is archived and is not being maintained.
IGeneratedTask Interface
Visual Studio 2010
An interface implemented by tasks that are generated by [ITaskFactory] instances.
Assembly: Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
The IGeneratedTask type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuildEngine | Gets or sets the build engine associated with the task. (Inherited from ITask.) |
![]() | HostObject | Gets or sets any host object that is associated with the task. (Inherited from ITask.) |
| Name | Description | |
|---|---|---|
![]() | Execute | Executes a task. (Inherited from ITask.) |
![]() | GetPropertyValue | Gets the property value. |
![]() | SetPropertyValue | Sets a property value. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
