IConfiguration EditorEdit Configuration Method
This method is used to edit a build component configuration
Definition
Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if the configuration element was updated, false if not
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool EditConfiguration(
XElement configuration,
CompositionContainer container
)VB
Function EditConfiguration (
configuration As XElement,
container As CompositionContainer
) As BooleanC++
bool EditConfiguration(
XElement^ configuration,
CompositionContainer^ container
)F#
abstract EditConfiguration :
configuration : XElement *
container : CompositionContainer -> bool Parameters
- 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.
Return Value
BooleanTrue if the configuration element was updated, false if not