IBuildAssemblerLoadComponents Method
This is used to load a set of components in a configuration and return them as an enumerable list
Namespace: Sandcastle.Core.BuildAssemblerAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
IEnumerable<BuildComponentCore> LoadComponents(
XPathNavigator configuration
)
Function LoadComponents (
configuration As XPathNavigator
) As IEnumerable(Of BuildComponentCore)
IEnumerable<BuildComponentCore^>^ LoadComponents(
XPathNavigator^ configuration
)
abstract LoadComponents :
configuration : XPathNavigator -> IEnumerable<BuildComponentCore>
- configuration XPathNavigator
- The configuration node from which to get the components
IEnumerableBuildComponentCoreAn enumerable list of components created based on the configuration information