UsingTask Class

Definition

Represents a single UsingTask element in an MSBuild project.

public ref class UsingTask
public class UsingTask
type UsingTask = class
Public Class UsingTask
Inheritance
UsingTask

Properties

AssemblyFile

Gets the AssemblyFile attribute value of the UsingTask element.

AssemblyName

Gets the AssemblyName attribute value of the UsingTask element.

Condition

Gets the Condition attribute value of the UsingTask element.

IsImported

Gets a value indicating whether the UsingTask element was imported into the project.

TaskName

Gets the TaskName attribute value of the UsingTask element.

Applies to