API Reference
Class
HtmlDiagnosticDefinition
Support-facing metadata for a stable OfficeIMO HTML diagnostic code.
Inheritance
- Object
- HtmlDiagnosticDefinition
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
- Method HtmlDiagnosticCatalog.GetOrCreateGeneric
- Property HtmlDiagnosticCatalog.All
- Property HtmlDiagnosticCatalog.Ordered
Accepted by parameters
- Method HtmlDiagnosticCatalog.TryGet
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Code { get; } #Stable diagnostic code.
public String Category { get; } #Support category for grouping diagnostics.
public HtmlDiagnosticSeverity DefaultSeverity { get; } #Default severity when an adapter does not provide a more specific severity.
public String Explanation { get; } #Caller-facing explanation of what happened.
public String Remediation { get; } #Recommended remediation.