Share via


ProjectUsingTaskElement.TaskBody Property

Gets the inner XML content of this inline 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.

Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public ReadOnly Property TaskBody As ProjectUsingTaskBodyElement
public ProjectUsingTaskBodyElement TaskBody { get; }
public:
property ProjectUsingTaskBodyElement^ TaskBody {
    ProjectUsingTaskBodyElement^ get ();
}
member TaskBody : ProjectUsingTaskBodyElement with get
function get TaskBody () : ProjectUsingTaskBodyElement

Property Value

Type: Microsoft.Build.Construction.ProjectUsingTaskBodyElement
Returns the inner XML content of the inline task. Returns null if no body exists.

Remarks

The inner XML content is the source code body of the inline task, and is passed directly to the task factory as a string.

.NET Framework Security

See Also

Reference

ProjectUsingTaskElement Class

Microsoft.Build.Construction Namespace