Class CompletionOptions
Inheritance
System.Object
CompletionOptions
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.Hosting.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class CompletionOptions
Properties
| Improve this Doc View SourceResolveProvider
Declaration
public bool ? ResolveProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
TriggerCharacters
Declaration
public string[] TriggerCharacters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |