Reference Link SettingsTo Xml Method
Store the reference link settings as an XML element
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Returns the XML element containing the settings
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public XElement ToXml()VB
Public Function ToXml As XElementC++
public:
XElement^ ToXml()F#
member ToXml : unit -> XElement Return Value
XElementReturns the XML element containing the settings
Remarks
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).