IMultilanguageFormattingInfo InterfaceFormatC Syntax Highlighting Class Library
Interface for formatters that support multiple languages besides the primary one.

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public interface IMultilanguageFormattingInfo
Remarks

Some languages might support embedding regions of different languages. Examples of this include XML literal in Visual Basic, or script regions in HTML.

The built-in VisualBasicFormattingInfo uses this to support XML literals.

See Also