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