API Reference

Class

HtmlCapabilityGalleryResult

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Result manifest for one HTML capability-gallery scenario.

Inheritance

  • Object
  • HtmlCapabilityGalleryResult

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

Constructors

public HtmlCapabilityGalleryResult(HtmlCapabilityGalleryScenario scenario) #

Creates a capability-gallery result.

Parameters

scenario OfficeIMO.Html.HtmlCapabilityGalleryScenario requiredposition: 0
Scenario proven by the result.

Methods

public Void AddArtifact(HtmlCapabilityGalleryArtifact artifact) #
Returns: Void

Adds an artifact to the result.

Parameters

artifact OfficeIMO.Html.HtmlCapabilityGalleryArtifact requiredposition: 0
Artifact descriptor to add.

Properties

public HtmlCapabilityGalleryScenario Scenario { get; } #

Scenario proven by the result.

public IReadOnlyList<HtmlCapabilityGalleryArtifact> Artifacts { get; } #

Artifacts emitted for the scenario.

public HtmlDiagnosticReport Diagnostics { get; } #

Shared diagnostics captured while generating the scenario artifacts.