ProjectRootElement.UsingTasks Property

Definition

Get a read-only collection of the child usingtasks, if any

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

Property Value

All child UsingTask elements in this project.

Applies to