IBuild AssemblerLoad Components Method
This is used to load a set of components in a configuration and return them as an enumerable list
Definition
Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of components created based on the configuration information
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
IEnumerable<BuildComponentCore> LoadComponents(
XPathNavigator configuration
)VB
Function LoadComponents (
configuration As XPathNavigator
) As IEnumerable(Of BuildComponentCore)C++
IEnumerable<BuildComponentCore^>^ LoadComponents(
XPathNavigator^ configuration
)F#
abstract LoadComponents :
configuration : XPathNavigator -> IEnumerable<BuildComponentCore> Parameters
- configuration XPathNavigator
- The configuration node from which to get the components
Return Value
IEnumerableBuildComponentCoreAn enumerable list of components created based on the configuration information