| IPlugInMetadataIsConfigurable Property |
This read-only property returns true if the plug-in is configurable or false if it is not
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax bool IsConfigurable { get; }
ReadOnly Property IsConfigurable As Boolean
Get
property bool IsConfigurable {
bool get ();
}
abstract IsConfigurable : bool with get
Property Value
Type:
BooleanIf this returns true, the
ConfigurePlugIn(SandcastleProject, String) method will be called to allow
the user to configure the plug-in's settings when requested.
See Also