| WildcardReferenceSettingsToXml Method |
Store the wildcard reference settings as a node in the given XML
element.
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax Public Function ToXml As XElement
public:
XElement^ ToXml()
member ToXml : unit -> XElement
Return Value
Type:
XElementReturns the node to add.
Remarks The reference link settings are stored in an element
called reference with three attributes (path,
wildcard, and recurse).
See Also