SolutionInfo.Projects Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Liste des projets initialement associés à la solution.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::ProjectInfo ^> ^ Projects { System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::ProjectInfo ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.ProjectInfo> Projects { get; }
member this.Projects : System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.ProjectInfo>
Public ReadOnly Property Projects As IReadOnlyList(Of ProjectInfo)