SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class AutoCompletionResult

Includes the objects created by auto completion service

Inheritance
System.Object
AutoCompletionResult
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class AutoCompletionResult

Constructors

| Improve this Doc View Source

AutoCompletionResult()

Creates new instance

Declaration
public AutoCompletionResult()

Properties

| Improve this Doc View Source

CompletionItems

Completion list

Declaration
public CompletionItem[] CompletionItems { get; }
Type Description
CompletionItem[]
| Improve this Doc View Source

Duration

The number of milliseconds to process the result

Declaration
public double Duration { get; }
Type Description
System.Double

Methods

| Improve this Doc View Source

CompleteResult(CompletionItem[])

Completes the results to calculate the duration

Declaration
public void CompleteResult(CompletionItem[] completionItems)
Parameters
Type Name Description
CompletionItem[] completionItems
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX