Compartir a través de


Project.AllProjectReferences Propiedad

Definición

Lista de todos los demás proyectos a los que hace referencia este proyecto, incluidos los proyectos que no forman parte de la solución.

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

Valor de propiedad

Se aplica a