Compartir a través de


Solution.Projects Propiedad

Definición

Lista de todos los proyectos contenidos en la solución.

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

Valor de propiedad

Se aplica a