共用方式為


ProjectGraph.EntryPointNodes Property

Definition

Gets the project nodes representing the entry points.

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

Property Value

Applies to