IProjectContext.ProjectReferences Propiedad

Definición

Rutas de acceso a las referencias de proyecto (directas e indirectas) del proyecto.

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)

Valor de propiedad

IEnumerable<String>

Se aplica a