TopicTransformationCoreApiTopicSections Property
This read-only property returns an enumerable list of the API section handlers in the order that they
will be rendered
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
protected IEnumerable<ApiTopicSectionHandler> ApiTopicSections { get; }
Protected ReadOnly Property ApiTopicSections As IEnumerable(Of ApiTopicSectionHandler)
Get
protected:
property IEnumerable<ApiTopicSectionHandler^>^ ApiTopicSections {
IEnumerable<ApiTopicSectionHandler^>^ get ();
}
member ApiTopicSections : IEnumerable<ApiTopicSectionHandler> with get
Property Value
IEnumerableApiTopicSectionHandler