IProjectContext.ProjectReferences Property

Definition

Paths to project references (direct and indirect) of the project.

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

Property Value

IEnumerable<String>

Applies to