GraphBuildRequestData.ProjectGraphEntryPoints Property

Definition

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.

Applies to