nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio / LegacySlnParser

LegacySlnParser

Full name Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.sln.File.LegacySlnParser Assembly Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio Members 3

01 Syntax

Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.sln.File.LegacySlnParser

02 Methods

NameOverloadsSummary
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

method ParseSln #
ParseSln(String)

Parse a classic Visual Studio .sln text solution file.

method ParseSolutionConfigurations #
ParseSolutionConfigurations(String(), Int32, Solution)

Parse a GlobalSection(SolutionConfigurationPlatforms) block. Returns the index of the last consumed line.

method ParseKeyValueSection #
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.