ProjectTargetElement.Tasks Property

Definition

Get an enumerator over any child tasks

public:
 property System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectTaskElement ^> ^ Tasks { System::Collections::Generic::ICollection<Microsoft::Build::Construction::ProjectTaskElement ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectTaskElement> Tasks { get; }
member this.Tasks : System.Collections.Generic.ICollection<Microsoft.Build.Construction.ProjectTaskElement>
Public ReadOnly Property Tasks As ICollection(Of ProjectTaskElement)

Property Value

All child tasks.

Applies to