Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectComponentConfigurations Property
This is used to get a dictionary of build component configurations.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public ComponentConfigurationDictionary ComponentConfigurations { get; }

Property Value

Type: ComponentConfigurationDictionary
Remarks
This allows you to configure the settings for third party build components if they support it.
See Also