Table of Contents

Method GetDocumentHighlights

Namespace
Alternet.Common.TypeScript.Compiler
Assembly
Alternet.Common.TypeScript.v10.dll

GetDocumentHighlights(string, Point)

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

public IEnumerable<DocumentHighlights> GetDocumentHighlights(string fileName, Point position)

Parameters

fileName string
position Point

Specifies position to find declaration.

Returns

IEnumerable<DocumentHighlights>

List of ReferenceEntry that contains all available document highlights.