API Reference
HtmlCapabilityGalleryExpectationOutcome
Expected proof outcome for one capability or known simplification in an HTML conversion gallery scenario.
Inheritance
- Enum
- HtmlCapabilityGalleryExpectationOutcome
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
- Property HtmlCapabilityGalleryExpectation.Outcome
- Field HtmlCapabilityGalleryExpectationOutcome.Blocked
- Field HtmlCapabilityGalleryExpectationOutcome.Omitted
- Field HtmlCapabilityGalleryExpectationOutcome.Preserved
- Field HtmlCapabilityGalleryExpectationOutcome.Reported
- Field HtmlCapabilityGalleryExpectationOutcome.Simplified
- Field HtmlCapabilityGalleryExpectationOutcome.TextProof
- Field HtmlCapabilityGalleryExpectationOutcome.VisualProof
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const HtmlCapabilityGalleryExpectationOutcome Preserved #The feature is expected to survive the conversion path.
0public const HtmlCapabilityGalleryExpectationOutcome Simplified #The feature is expected to be intentionally simplified by the selected profile.
1public const HtmlCapabilityGalleryExpectationOutcome Blocked #The feature is expected to be blocked by policy or safety limits.
2public const HtmlCapabilityGalleryExpectationOutcome Omitted #The feature is expected to be omitted because it is outside the selected profile contract.
3public const HtmlCapabilityGalleryExpectationOutcome Reported #The feature is expected to be reported through diagnostics rather than silently accepted.
4public const HtmlCapabilityGalleryExpectationOutcome TextProof #The scenario is expected to provide text/logical readback evidence.
5public const HtmlCapabilityGalleryExpectationOutcome VisualProof #The scenario is expected to provide rendered, visual, raster, SVG, or positioned review evidence.
6