Component UtilitiesDefault Syntax Filter Property
This read-only property returns the default syntax filter setting
Definition
Namespace: Sandcastle.Core
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This returns "Standard" to add the standard C#, VB.NET and C++ syntax filter to each API topic.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public static string DefaultSyntaxFilter { get; }VB
Public Shared ReadOnly Property DefaultSyntaxFilter As String
GetC++
public:
static property String^ DefaultSyntaxFilter {
String^ get ();
}F#
static member DefaultSyntaxFilter : string with getProperty Value
StringThis returns "Standard" to add the standard C#, VB.NET and C++ syntax filter to each API topic.