ProjectGraph.GraphRoots Property

Definition

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::Graph::ProjectGraphNode ^> ^ GraphRoots { System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::Graph::ProjectGraphNode ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.Graph.ProjectGraphNode> GraphRoots { get; }
member this.GraphRoots : System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.Graph.ProjectGraphNode>
Public ReadOnly Property GraphRoots As IReadOnlyCollection(Of ProjectGraphNode)

Property Value

Applies to