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