API Reference
Class
HtmlDiagnosticProvenance
Source-to-target provenance attached to every shared HTML diagnostic.
Inheritance
- Object
- HtmlDiagnosticProvenance
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 HtmlDiagnostic.Provenance
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SourceAddress { get; } #HTML selector, URI, or stable source scope associated with the diagnostic.
public Int32 SourceLine { get; } #One-based HTML source line, or zero when unavailable.
public Int32 SourceColumn { get; } #One-based HTML source column, or zero when unavailable.
public String TargetAddress { get; } #Target address such as a paragraph, cell, slide/shape, page/element, or renderer scope.