IBuildComponentMetadata Interface
This class defines the metadata for a BuildAssembler build component
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public interface IBuildComponentMetadata
Public Interface IBuildComponentMetadata
public interface class IBuildComponentMetadata
type IBuildComponentMetadata = interface end
Copyright |
This read-only property returns the copyright information for the build component
|
Description |
This read-only property returns a brief description of the build component
|
Id |
This read-only property returns the ID for the build component
|
IsVisible |
This read-only property returns true if the build component is visible to configuration tools
|
Version |
This read-only property returns the version of the build component
|