Compartir a través de


Project.ProjectReferences Propiedad

Definición

Lista de todos los demás proyectos de la misma solución a la que hace referencia este proyecto.

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

Valor de propiedad

Se aplica a