IPlug In MetadataIs Hidden Property
This read-only property returns true if the plug-in is hidden in the project plug-in property page
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If 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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool IsHidden { get; }VB
ReadOnly Property IsHidden As Boolean
GetC++
property bool IsHidden {
bool get ();
}F#
abstract IsHidden : bool with getProperty Value
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.