MSHCComponent.Factory Class
Definition
- Namespace
- Sandcastle.Tools.BuildComponents
- Assembly
- Sandcastle.Tools.BuildComponents.dll
This is used to create a new instance of the build component
[BuildComponentExport("Microsoft Help Viewer Metadata Component")]
public sealed class MSHCComponent.Factory : BuildComponentFactory
- Inheritance
-
MSHCComponent.Factory
Properties
| ConceptualBuildPlacement |
This is used to get or set a placement action for conceptual content builds (Inherited from BuildComponentFactory) |
| DefaultConfiguration |
This read-only property can be overridden to define a default configuration for the build component (Inherited from BuildComponentFactory) |
| Dependencies |
This read-only property can be overridden to provide a list of build components on which this component depends. (Inherited from BuildComponentFactory) |
| ReferenceBuildPlacement |
This is used to get or set a placement action for reference content builds (Inherited from BuildComponentFactory) |
Methods
| Create() |
This is implemented to provide a build component factory |