BuildProjectReferencesContext.ProjectReferences Property

Definition

List of project references

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ ProjectReferences { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> ProjectReferences { get; }
public System.Collections.Generic.IReadOnlyCollection<string>? ProjectReferences { get; }
member this.ProjectReferences : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property ProjectReferences As IReadOnlyCollection(Of String)

Property Value

Applies to