| IPlugInMetadataIsHidden Property |
This read-only property returns true if the plug-in is hidden in the project plug-in property page
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax ReadOnly Property IsHidden As Boolean
Get
property bool IsHidden {
bool get ();
}
abstract IsHidden : bool with get
Property Value
Type:
BooleanIf this returns true, the plug-in is hidden in the project plug-in property page and cannot
be added to the project. If false, the default, it can be added to projects. This is useful for
presentation style dependency plug-ins that have no configurable elements and thus do not need to be
manually added to the project to override settings.
See Also