ProjectRootElement.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.
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.