API Reference
Class
HtmlCapabilityGalleryResult
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
- Property HtmlCapabilityGalleryManifest.Result
Accepted by parameters
Constructors
public HtmlCapabilityGalleryResult(HtmlCapabilityGalleryScenario scenario) #Creates a capability-gallery result.
Parameters
- scenario OfficeIMO.Html.HtmlCapabilityGalleryScenario
- Scenario proven by the result.
Methods
public Void AddArtifact(HtmlCapabilityGalleryArtifact artifact) #Returns:
VoidAdds an artifact to the result.
Parameters
- artifact OfficeIMO.Html.HtmlCapabilityGalleryArtifact
- Artifact descriptor to add.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.