ProjectGraphNode.ProjectReferences 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.
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)