ComponentUtilitiesDefaultSyntaxFilter Property
This read-only property returns the default syntax filter setting
Namespace: Sandcastle.CoreAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public static string DefaultSyntaxFilter { get; }
Public Shared ReadOnly Property DefaultSyntaxFilter As String
Get
public:
static property String^ DefaultSyntaxFilter {
String^ get ();
}
static member DefaultSyntaxFilter : string with get
Property Value
StringThis returns "Standard" to add the standard C#, VB.NET and C++ syntax filter to each API
topic.