ProjectGraphOptions.EntryPoints 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.
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)