Method GetCompletionEntryDetails
- Namespace
- Alternet.Common.TypeScript.Compiler
- Assembly
- Alternet.Common.TypeScript.v9.dll
GetCompletionEntryDetails(string, Point, string)
Gets detailed completion information for specified code completion entry.
public CompletionEntryDetails GetCompletionEntryDetails(string fileName, Point position, string name)
Parameters
fileName
stringFile name containing source code.
position
PointSpecifies current position in text.
name
stringName to match.
Returns
- CompletionEntryDetails
Detailed information of the code completion entry.