IMultilanguageFormattingInfo Interface

Interface for formatters that support multiple languages besides the primary one.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
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.

Methods

SplitRegions Splits the source code into language regions.

See Also