| SandcastleProjectPlugInConfigurations Property |
This is used to get a dictionary of build process plug-in configurations
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public PlugInConfigurationDictionary PlugInConfigurations { get; }
Public ReadOnly Property PlugInConfigurations As PlugInConfigurationDictionary
Get
public:
property PlugInConfigurationDictionary^ PlugInConfigurations {
PlugInConfigurationDictionary^ get ();
}
member PlugInConfigurations : PlugInConfigurationDictionary with get
Property Value
Type:
PlugInConfigurationDictionaryRemarks This allows you to select and configure the settings for third party build process
plug-ins.
See Also