ProjectTargetInstance.Tasks 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.
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.