API Reference
Enum
HtmlConversionLossKind
Classifies the conversion impact represented by a diagnostic independently from its severity.
Inheritance
- Enum
- HtmlConversionLossKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Constructor HtmlDiagnostic.HtmlDiagnostic
- Constructor HtmlDiagnostic.HtmlDiagnostic
- Method HtmlDiagnosticReport.Add
- Method HtmlDiagnosticReport.Add
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const HtmlConversionLossKind Approximation #Content was retained through an approximate or fallback representation.
Value:
1public const HtmlConversionLossKind Omission #Some source content could not be represented and was omitted.
Value:
2public const HtmlConversionLossKind Failure #The requested conversion could not produce a usable semantic result.
Value:
3