API Reference

Class

HtmlCapabilityGalleryCheck

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Result of an executed check, rather than an unexecuted capability expectation.

Inheritance

  • Object
  • HtmlCapabilityGalleryCheck

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

Constructors

public HtmlCapabilityGalleryCheck(String name, Boolean passed, String detail) #

Creates a named check with its observed result and explanation.

Parameters

name System.String requiredposition: 0
passed System.Boolean requiredposition: 1
detail System.String requiredposition: 2

Properties

public String Name { get; } #

Stable check name.

public Boolean Passed { get; } #

Whether the executed check passed.

public String Detail { get; } #

What was checked and any failure detail.