Class DocumentHighlights
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v10.dll
Information about a reference to a symbol.
public class DocumentHighlights
- Inheritance
-
DocumentHighlights
Constructors
- DocumentHighlights(string, IEnumerable<TextSpan>)
Initializes a new instance of the
ReferenceEntry
class with specified parameters.
Properties
- FileName
Gets the full file name of the document that this DocumentHighlights is associated with.
- HighlightSpans
Gets the locations within the document that this DocumentHighlights is associated with.