LegacySlnParser
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.sln.File.LegacySlnParser
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ParseSln | 1 | Parse a classic Visual Studio .sln text solution file. |
| ParseSolutionConfigurations | 1 | Parse a GlobalSection(SolutionConfigurationPlatforms) block. |
| ParseKeyValueSection | 1 | Parse a generic key = value global section into the supplied dictionary. |
03 Members
ParseSln(
String)Parse a classic Visual Studio .sln text solution file.
Parse a GlobalSection(SolutionConfigurationPlatforms) block. Returns the index of the last consumed line.
ParseKeyValueSection(
String(), Int32, Dictionary(Of String, String))Parse a generic key = value global section into the supplied dictionary. Returns the index of the last consumed line.