nuget server logo nuget api documents
↑

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

SlnxWriter

Full name Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.sln.File.SlnxWriter Assembly Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio Members 2

01 Syntax

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

02 Methods

NameOverloadsSummary
WriteProjectNode 1 Recursively write a project / folder node and its children into the slnx XML tree.
GetTypeGuid 1 Resolve the project type GUID for an enum value via its DescriptionAttribute (inverse of Parser.ResolveType).

03 Members

method WriteProjectNode #
WriteProjectNode(Solution, XmlNode, Project, XmlDocument)

Recursively write a project / folder node and its children into the slnx XML tree. Folders become <Folder> elements, projects become <Project> elements.

method GetTypeGuid #
GetTypeGuid(TypeId)

Resolve the project type GUID for an enum value via its DescriptionAttribute (inverse of Parser.ResolveType).