ProjectTargetInstance.Tasks Property

Definition

Just the tasks below this target, if any. Other kinds of children are not included.

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

Property Value

All the tasks that are immediate children of this target.

Applies to