TaskRunnerNode.Children Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::VisualStudio::TaskRunnerExplorer::ITaskRunnerNode ^> ^ Children { System::Collections::Generic::List<Microsoft::VisualStudio::TaskRunnerExplorer::ITaskRunnerNode ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.VisualStudio.TaskRunnerExplorer.ITaskRunnerNode> Children { get; }
member this.Children : System.Collections.Generic.List<Microsoft.VisualStudio.TaskRunnerExplorer.ITaskRunnerNode>
Public ReadOnly Property Children As List(Of ITaskRunnerNode)

Property Value

List<ITaskRunnerNode>

Implements

Applies to