BuildComponentFactoryBuildAssembler Property
This is used to import the build assembler instance that is passed to the build component when it
is created.
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected IBuildAssembler BuildAssembler { get; set; }
Protected Property BuildAssembler As IBuildAssembler
Get
Set
protected:
property IBuildAssembler^ BuildAssembler {
IBuildAssembler^ get ();
void set (IBuildAssembler^ value);
}
member BuildAssembler : IBuildAssembler with get, set
Property Value
IBuildAssemblerThis may be null when used in a configuration tool which only needs access to the
configuration methods on the factory class.