IConceptual Content SettingsTopics Property
This read-only property gets a collection of the conceptual content topics
Definition
Namespace: Sandcastle.Core.BuildEngine
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#
IList<TopicCollection> Topics { get; }VB
ReadOnly Property Topics As IList(Of TopicCollection)
GetC++
property IList<TopicCollection^>^ Topics {
IList<TopicCollection^>^ get ();
}F#
abstract Topics : IList<TopicCollection> with get