IntelliSenseComponent.Factory.Dependencies Property
This read-only property can be overridden to provide a list of build components on which this
component depends.
Namespace: Sandcastle.Tools.BuildComponentsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public override IEnumerable<string> Dependencies { get; }
Public Overrides ReadOnly Property Dependencies As IEnumerable(Of String)
Get
public:
virtual property IEnumerable<String^>^ Dependencies {
IEnumerable<String^>^ get () override;
}
abstract Dependencies : IEnumerable<string> with get
override Dependencies : IEnumerable<string> with get
Property Value
IEnumerable<String>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.
Indicate a dependency on the missing documentation component as it will produce more
complete documentation with all the proper elements present.