SandcastleProjectComponentConfigurations Property
This read-only property is used to get a dictionary of build component configurations
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public ComponentConfigurationDictionary ComponentConfigurations { get; }
Public ReadOnly Property ComponentConfigurations As ComponentConfigurationDictionary
Get
public:
property ComponentConfigurationDictionary^ ComponentConfigurations {
ComponentConfigurationDictionary^ get ();
}
member ComponentConfigurations : ComponentConfigurationDictionary with get
Property Value
ComponentConfigurationDictionary This allows you to configure the settings for third party build components if they
support it.