TopicTransformationCoreCodeSnippetLanguageConversion Property
This read-only property returns a dictionary containing code snippet language ID conversions
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IDictionary<string, string> CodeSnippetLanguageConversion { get; }
Public ReadOnly Property CodeSnippetLanguageConversion As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ CodeSnippetLanguageConversion {
IDictionary<String^, String^>^ get ();
}
member CodeSnippetLanguageConversion : IDictionary<string, string> with get
Property Value
IDictionaryString,
String 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.