Method Highlight
Highlight(String, IEnumerable<String>, String)
Override this method to customize the Object representing a single highlighted suggestions; the result is set on each HighlightKey member.
Declaration
protected virtual object Highlight(string text, IEnumerable<string> matchedTokens, string prefixToken)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
IEnumerable<System.String> | matchedTokens | |
System.String | prefixToken |
Returns
Type | Description |
---|---|
System.Object |