SolutionFile.Parse(String) Method

Definition

This method takes a path to a solution file, parses the projects and project dependencies in the solution file, and creates internal data structures representing the projects within the SLN.

public:
 static Microsoft::Build::Construction::SolutionFile ^ Parse(System::String ^ solutionFile);
public static Microsoft.Build.Construction.SolutionFile Parse (string solutionFile);
static member Parse : string -> Microsoft.Build.Construction.SolutionFile
Public Shared Function Parse (solutionFile As String) As SolutionFile

Parameters

solutionFile
String

Returns

Applies to