Language

ProjectGraphOptions.EntryPoints Property

Definition

A list of ProjectGraphEntryPoint objects representing the entry points to use when constructing the graph.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::Build::Graph::ProjectGraphEntryPoint> ^ EntryPoints { System::Collections::Generic::IEnumerable<Microsoft::Build::Graph::ProjectGraphEntryPoint> ^ get(); void set(System::Collections::Generic::IEnumerable<Microsoft::Build::Graph::ProjectGraphEntryPoint> ^ value); };
public System.Collections.Generic.IEnumerable<Microsoft.Build.Graph.ProjectGraphEntryPoint> EntryPoints { get; init; }
member this.EntryPoints : seq<Microsoft.Build.Graph.ProjectGraphEntryPoint> with get, set
Public Property EntryPoints As IEnumerable(Of ProjectGraphEntryPoint)

Property Value

Applies to