Project.UsingTasks 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.
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.