LanguageServer.NL2FxImplementation Property
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.
Caution
Use NLHandlerFactory
If set, provides the handler for $/nlSuggestion message. Note: This is not a thread safe. Consider using the NlHandlerFactory.
[System.Obsolete("Use NLHandlerFactory")]
public Microsoft.PowerFx.LanguageServerProtocol.NLHandler NL2FxImplementation { get; set; }
[<System.Obsolete("Use NLHandlerFactory")>]
member this.NL2FxImplementation : Microsoft.PowerFx.LanguageServerProtocol.NLHandler with get, set
Public Property NL2FxImplementation As NLHandler
Property Value
- Attributes