CodeFormatterUsedFallbackFormatting Property
Gets a value indicating whether fallback formatting was used by the last call to
FormatCode(String).
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public bool UsedFallbackFormatting { get; }
Public ReadOnly Property UsedFallbackFormatting As Boolean
Get
public:
property bool UsedFallbackFormatting {
bool get ();
}
member UsedFallbackFormatting : bool with get
Property Value
Boolean if, on the last call to
FormatCode(String), the
FormattingInfo
supported
ICustomFormattingInfo and custom formatting failed; otherwise,
.