PresentationStyleSettingsPlugInDependencies Property
This read-only property returns any plug-in dependencies required by the presentation style
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public IList<PlugInDependency> PlugInDependencies { get; }
Public ReadOnly Property PlugInDependencies As IList(Of PlugInDependency)
Get
public:
property IList<PlugInDependency^>^ PlugInDependencies {
IList<PlugInDependency^>^ get ();
}
member PlugInDependencies : IList<PlugInDependency> with get
Property Value
IListPlugInDependency 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.