CompletionItem.SortText 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.
A string that should be used when comparing this item with other items. When omitted the label is used as the sort text for this item.
public string SortText { get; set; }
member this.SortText : string with get, set
Public Property SortText As String