Table of Contents

Method GetDocumentHighlights

Namespace
Alternet.Syntax.Parsers.TypeScript
Assembly
Alternet.Syntax.Parsers.TypeScript.v10.dll

GetDocumentHighlights(Point)

When implemented by a class, locates all document highlights at given position in the text.

IEnumerable<DocumentHighlights> GetDocumentHighlights(Point position)

Parameters

position Point

Specifies position to find declaration.

Returns

IEnumerable<DocumentHighlights>

List of ReferenceEntry that contains all available document highlights.