ProjectRootElement.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.
Get a read-only collection of the child targets
public:
property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectTargetElement ^> ^ Targets { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectTargetElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectTargetElement> Targets { get; }
member this.Targets : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectTargetElement>
Public ReadOnly Property Targets As ICollection(Of ProjectTargetElement)
Property Value
All the child targets in this project.