Project.Targets Property
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.
Read-only accessor for the target groups of this 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.