Share via


Project.UsingTasks Property

Definition

Read-only accessor for the UsingTask elements of this project.

public:
 property Microsoft::Build::BuildEngine::UsingTaskCollection ^ UsingTasks { Microsoft::Build::BuildEngine::UsingTaskCollection ^ get(); };
public Microsoft.Build.BuildEngine.UsingTaskCollection UsingTasks { get; }
member this.UsingTasks : Microsoft.Build.BuildEngine.UsingTaskCollection
Public ReadOnly Property UsingTasks As UsingTaskCollection

Property Value

A UsingTaskCollection of the UsingTask elements in the project.

Applies to