Project.Targets Property

Definition

Gets the targets in the project.

public:
 property Microsoft::Build::BuildEngine::TargetCollection ^ Targets { Microsoft::Build::BuildEngine::TargetCollection ^ get(); };
public Microsoft.Build.BuildEngine.TargetCollection Targets { get; }
member this.Targets : Microsoft.Build.BuildEngine.TargetCollection
Public ReadOnly Property Targets As TargetCollection

Property Value

A TargetCollection of the targets in the project.

Remarks

Targets are specified by the Target element in the project.

Applies to