LanguageRegion NeedsFullContext Property FormatC Syntax Highlighting Class Library
Gets or sets a value indicating whether the formatter needs the full source for context, not just the region itself.

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

public bool NeedsFullContext { get; set; }

Field Value

  if the formatter needs the full source for context; otherwise,  .
Remarks

This only applies if FormattingInfo is  .

If this property is   (and FormattingInfo is  ), the formatter will use the entire string, but with all regions that use different formatters removed.

See Also