IPlug In Metadata Interface
This class defines the metadata for a Sandcastle Help File Builder build process plug-in
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public interface IPlugInMetadataVB
Public Interface IPlugInMetadataC++
public interface class IPlugInMetadataF#
type IPlugInMetadata = interface endProperties
| Copyright | This read-only property returns the copyright information for the plug-in |
| Description | This read-only property returns a brief description of the plug-in |
| Id | This read-only property returns the ID for the plug-in |
| IsHidden | This read-only property returns true if the plug-in is hidden in the project plug-in property page |
| RunsInPartialBuild | This read-only property returns true if the plug-in should run in a partial build or false if it should not. |
| Version | This read-only property returns the version of the plug-in |