ISandcastleProjectComponentConfigurations Property

This read-only property is used to get a dictionary of build component configurations

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
ComponentConfigurationDictionary ComponentConfigurations { get; }

Property Value

ComponentConfigurationDictionary

Remarks

This allows you to configure the settings for third party build components if they support it.

See Also