ISandcastle ProjectComponent Configurations 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
ComponentConfigurationDictionary ComponentConfigurations { get; }VB
ReadOnly Property ComponentConfigurations As ComponentConfigurationDictionary
GetC++
property ComponentConfigurationDictionary^ ComponentConfigurations {
ComponentConfigurationDictionary^ get ();
}F#
abstract ComponentConfigurations : ComponentConfigurationDictionary with getProperty Value
ComponentConfigurationDictionaryRemarks
This allows you to configure the settings for third party build components if they
support it.