ReferenceLinkSettingsToXml Method
Store the reference link settings as an XML element
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
Public Function ToXml As XElement
public:
XElement^ ToXml()
member ToXml : unit -> XElement
Return Value
XElementReturns the XML element containing the settings
The reference link settings are stored in an element called target with attributes
for each of the link types and the project name (htmlSdkLinkType, helpViewerSdkLinkType,
websiteSdkLinkType, and helpFileProject).