IXmlDocReferenceResolver.GetLanguageId Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the identifier of the programming language used for signature highlighting of a code block.
string GetLanguageId(string code)Parameters
codestring- The code block for which to determine the programming language identifier.
