Presentation Style SettingsPlug In Dependencies Property
This read-only property returns any plug-in dependencies required by the presentation style
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IList<PlugInDependency> PlugInDependencies { get; }VB
Public ReadOnly Property PlugInDependencies As IList(Of PlugInDependency)
GetC++
public:
property IList<PlugInDependency^>^ PlugInDependencies {
IList<PlugInDependency^>^ get ();
}F#
member PlugInDependencies : IList<PlugInDependency> with getProperty Value
IListPlugInDependencyRemarks
This is used to ensure that any dependent plug-ins are added to the build. If any of the
plug-ins are visible to the user and have been added to the project, the project configuration will
override the default configuration supplied here.