Engine.Suggest Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Suggest(CheckResult, Int32) |
Get intellisense from the formula, with parser options. |
| Suggest(CheckResult, Int32, IServiceProvider) | |
| Suggest(String, RecordType, Int32) |
Suggest(CheckResult, Int32)
Get intellisense from the formula, with parser options.
public Microsoft.PowerFx.Intellisense.IIntellisenseResult Suggest(Microsoft.PowerFx.CheckResult checkResult, int cursorPosition);
member this.Suggest : Microsoft.PowerFx.CheckResult * int -> Microsoft.PowerFx.Intellisense.IIntellisenseResult
Public Function Suggest (checkResult As CheckResult, cursorPosition As Integer) As IIntellisenseResult
Parameters
- checkResult
- CheckResult
- cursorPosition
- Int32
Returns
Applies to
Suggest(CheckResult, Int32, IServiceProvider)
public Microsoft.PowerFx.Intellisense.IIntellisenseResult Suggest(Microsoft.PowerFx.CheckResult checkResult, int cursorPosition, IServiceProvider services);
member this.Suggest : Microsoft.PowerFx.CheckResult * int * IServiceProvider -> Microsoft.PowerFx.Intellisense.IIntellisenseResult
Public Function Suggest (checkResult As CheckResult, cursorPosition As Integer, services As IServiceProvider) As IIntellisenseResult
Parameters
- checkResult
- CheckResult
- cursorPosition
- Int32
- services
- IServiceProvider
Returns
Applies to
Suggest(String, RecordType, Int32)
public Microsoft.PowerFx.Intellisense.IIntellisenseResult Suggest(string expression, Microsoft.PowerFx.Types.RecordType parameterType, int cursorPosition);
member this.Suggest : string * Microsoft.PowerFx.Types.RecordType * int -> Microsoft.PowerFx.Intellisense.IIntellisenseResult
Public Function Suggest (expression As String, parameterType As RecordType, cursorPosition As Integer) As IIntellisenseResult
Parameters
- expression
- String
- parameterType
- RecordType
- cursorPosition
- Int32