PresentationStyleSettingsSupportsCodeSnippetGrouping Property
This is used to get or set whether or not code snippet grouping is supported by the presentation
style.
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public bool SupportsCodeSnippetGrouping { get; protected set; }
Public Property SupportsCodeSnippetGrouping As Boolean
Get
Protected Set
public:
property bool SupportsCodeSnippetGrouping {
bool get ();
protected: void set (bool value);
}
member SupportsCodeSnippetGrouping : bool with get, set
Property Value
Boolean If true, code snippets will be grouped and sorted based on the syntax generators present
in the project.