SolutionFile.Parse(String) Method
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.
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