SandcastleProjectComponentConfigurations Property

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

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public 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