Build Component FactoryDependencies Property
This read-only property can be overridden to provide a list of build components on which this
component depends.
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If the indicated components do not exist in the project settings or in the configuration file already, the build tool can use this information to add them automatically with a default configuration. It returns an empty list by default.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public virtual IEnumerable<string> Dependencies { get; }VB
Public Overridable ReadOnly Property Dependencies As IEnumerable(Of String)
GetC++
public:
virtual property IEnumerable<String^>^ Dependencies {
IEnumerable<String^>^ get ();
}F#
abstract Dependencies : IEnumerable<string> with get
override Dependencies : IEnumerable<string> with getProperty Value
IEnumerableStringIf the indicated components do not exist in the project settings or in the configuration file already, the build tool can use this information to add them automatically with a default configuration. It returns an empty list by default.