ProjectsData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about loaded projects and the solution version.
public class ProjectsData
type ProjectsData = class
Public Class ProjectsData
- Inheritance
-
ProjectsData
Constructors
ProjectsData(ImmutableHashSet<String>, SolutionVersionInfo) |
Properties
ProjectPaths |
Collection of paths of the loaded projects in the solution. |
SolutionVersionInfo |
The solution version. |