CompletionItem.Kind 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 kind of this completion item. Based of the kind
an icon is chosen by the editor. The standardized set
of available values is defined in CompletionItemKind.
public Microsoft.PowerFx.LanguageServerProtocol.Protocol.CompletionItemKind Kind { get; set; }
member this.Kind : Microsoft.PowerFx.LanguageServerProtocol.Protocol.CompletionItemKind with get, set
Public Property Kind As CompletionItemKind