ExtensionPathSetUp Method |
Reads the extension path contents from XML.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void SetUp(
ExtensionPath extensionPath,
XmlReader reader,
string endElement
)
Parameters
- extensionPath ExtensionPath
- The extension path to populate.
- reader XmlReader
- The XML reader positioned on the path contents.
- endElement String
- The XML end element that terminates the path section.
See Also