GraphBuildRequestData.ProjectGraphEntryPoints 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.
The project graph entry points. May be null.
public:
property System::Collections::Generic::IEnumerable<Microsoft::Build::Graph::ProjectGraphEntryPoint> ^ ProjectGraphEntryPoints { System::Collections::Generic::IEnumerable<Microsoft::Build::Graph::ProjectGraphEntryPoint> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Build.Graph.ProjectGraphEntryPoint> ProjectGraphEntryPoints { get; }
member this.ProjectGraphEntryPoints : seq<Microsoft.Build.Graph.ProjectGraphEntryPoint>
Public ReadOnly Property ProjectGraphEntryPoints As IEnumerable(Of ProjectGraphEntryPoint)
Property Value
The project graph entry points.