Click or drag to resize

IMultilanguageFormattingInfo Interface

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

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public interface IMultilanguageFormattingInfo

The IMultilanguageFormattingInfo type exposes the following members.

Methods
  NameDescription
Public methodSplitRegions
Splits the source code into language regions.
Top
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