IConfigurationEditorEditConfiguration Method
This method is used to edit a build component configuration
Namespace: Sandcastle.Core.BuildAssemblerAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
bool EditConfiguration(
XElement configuration,
CompositionContainer container
)
Function EditConfiguration (
configuration As XElement,
container As CompositionContainer
) As Boolean
bool EditConfiguration(
XElement^ configuration,
CompositionContainer^ container
)
abstract EditConfiguration :
configuration : XElement *
container : CompositionContainer -> bool
- configuration XElement
- An XML element containing the current configuration settings
- container CompositionContainer
- A composition container that holds all of the exported components found
by the build tool. This can be used to locate and work with other components if necessary.
BooleanTrue if the configuration element was updated, false if not