Target Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
| DependsOnTargets |
Gets the |
| 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 |
| Outputs |
Gets or sets the expected outputs of this target. |
Methods
| AddNewTask(String) | |
| Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetEnumerator() |
Gets an enumerator that iterates through the BuildTask objects in the Target. |
| GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
| GetType() |
Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
| RemoveTask(BuildTask) | |
| ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
| OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
| AsParallel(IEnumerable) |
Enables parallelization of a query. |
| AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |