| WildcardReferenceSettingsCollectionToXml Method |
This is used to save the wildcard reference settings list to the
configuration settings.
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public void ToXml(
XElement root
)
Public Sub ToXml (
root As XElement
)
public:
void ToXml(
XElement^ root
)
member ToXml :
root : XElement -> unit
Parameters
- root
- Type: System.Xml.LinqXElement
The root configuration node
See Also