Solution.ProjectIds Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Lista de todos los identificadores de todos los proyectos contenidos en la solución.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::ProjectId ^> ^ ProjectIds { System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::ProjectId ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.ProjectId> ProjectIds { get; }
member this.ProjectIds : System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.ProjectId>
Public ReadOnly Property ProjectIds As IReadOnlyList(Of ProjectId)