CompletionParams.Context 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.
The completion context. This is only available if the client specifies
to send this using the client capability
completion.contextSupport === true.
public Microsoft.PowerFx.LanguageServerProtocol.Protocol.CompletionContext Context { get; set; }
member this.Context : Microsoft.PowerFx.LanguageServerProtocol.Protocol.CompletionContext with get, set
Public Property Context As CompletionContext