Udostępnij przez


CompletionItem.Kind Property

Definition

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

Property Value

Applies to