Target Class

Definition

Represents a single Target element in an MSBuild project.

public ref class Target : System::Collections::IEnumerable
public class Target : System.Collections.IEnumerable
type Target = class
    interface IEnumerable
Public Class Target
Implements IEnumerable
Inheritance
Target
Implements

Properties

Condition

Gets the Condition attribute value of the Target element.

DependsOnTargets

Gets the DependsOnTargets attribute value of the Target element, which is a semicolon-separated list.

Inputs

Gets or sets the items that are to be input into this target.

IsImported

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

Name

Gets the Name attribute value of the Target element.

Outputs

Gets or sets the expected outputs of this target.

Methods

AddNewTask(String)

Adds the specified Task element to the Target element.

GetEnumerator()

Gets an enumerator that iterates through the BuildTask objects in the Target.

RemoveTask(BuildTask)

Removes the specified Task element from the Target element.

Applies to