INLHandlerFactory.GetNLHandler(IPowerFxScope, BaseNLParams) 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.
Get the NLHandler from the given scope.
public Microsoft.PowerFx.LanguageServerProtocol.NLHandler GetNLHandler(Microsoft.PowerFx.Intellisense.IPowerFxScope scope, Microsoft.PowerFx.LanguageServerProtocol.Protocol.BaseNLParams nlParams);
abstract member GetNLHandler : Microsoft.PowerFx.Intellisense.IPowerFxScope * Microsoft.PowerFx.LanguageServerProtocol.Protocol.BaseNLParams -> Microsoft.PowerFx.LanguageServerProtocol.NLHandler
Public Function GetNLHandler (scope As IPowerFxScope, nlParams As BaseNLParams) As NLHandler
Parameters
- scope
- IPowerFxScope
IPowerFxScope instance.
- nlParams
- BaseNLParams
NL operation params.
Returns
NLHandler for the given scope.