ProjectGraphNode.ProjectReferences Property

Definition

Gets an unordered collection of graph nodes for projects which this project references.

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

Property Value

Applies to