ProjectsData Class

Definition

Contains information about loaded projects and the solution version.

[System.Runtime.CompilerServices.Nullable(0)]
public class ProjectsData
[<System.Runtime.CompilerServices.Nullable(0)>]
type ProjectsData = class
Public Class ProjectsData
Inheritance
ProjectsData
Attributes

Constructors

ProjectsData(ImmutableHashSet<String>, SolutionVersionInfo)

Properties

ProjectPaths

Collection of paths of the loaded projects in the solution.

SolutionVersionInfo

The solution version.

Applies to