Topic Transformation CoreCode Snippet Language Conversion Property
This read-only property returns a dictionary containing code snippet language ID conversions
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
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#
public IDictionary<string, string> CodeSnippetLanguageConversion { get; }VB
Public ReadOnly Property CodeSnippetLanguageConversion As IDictionary(Of String, String)
GetC++
public:
property IDictionary<String^, String^>^ CodeSnippetLanguageConversion {
IDictionary<String^, String^>^ get ();
}F#
member CodeSnippetLanguageConversion : IDictionary<string, string> with getProperty Value
IDictionaryString, StringRemarks
Use this to convert code snippet language IDs not recognized by the transformation's
code colorizer of choice to a language ID that it does recognize. The keys are case-insensitive.