Udostępnij przez


INLHandlerFactory.GetNLHandler(IPowerFxScope, BaseNLParams) Method

Definition

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.

Applies to