CacheContext.GraphEntryPoints Property

Definition

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

Property Value

IReadOnlyCollection<ProjectGraphEntryPoint>

Applies to