public bool NeedsFullContext { get; set; }Public Property NeedsFullContext As Boolean
Get
Setpublic:
property bool NeedsFullContext {
bool get ();
void set (bool value);
}member NeedsFullContext : bool with get, setThis 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.