Class AutoCompletionResult
Includes the objects created by auto completion service
Inheritance
System.Object
AutoCompletionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class AutoCompletionResult
Constructors
| Improve this Doc View SourceAutoCompletionResult()
Creates new instance
Declaration
public AutoCompletionResult()
Properties
| Improve this Doc View SourceCompletionItems
Completion list
Declaration
public CompletionItem[] CompletionItems { get; }
Property Value
| Type | Description |
|---|---|
| CompletionItem[] |
Duration
The number of milliseconds to process the result
Declaration
public double Duration { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Methods
| Improve this Doc View SourceCompleteResult(CompletionItem[])
Completes the results to calculate the duration
Declaration
public void CompleteResult(CompletionItem[] completionItems)
Parameters
| Type | Name | Description |
|---|---|---|
| CompletionItem[] | completionItems |