Compartilhar via


Project.AllProjectReferences Propriedade

Definição

A lista de todos os outros projetos que este projeto faz referência, incluindo projetos que não fazem parte da solução.

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 da propriedade

Aplica-se a