Constructor FilteredItemData
FilteredItemData(string, int, ImageSource, bool, ItemFilterTextMatch)
Initializes a new instance of the FilteredItemData
class with specified parameters.
public FilteredItemData(string s, int index, ImageSource image, bool useHtmlFormatting, CodeCompletionList.ItemFilterTextMatch textMatch)
Parameters
s
stringText of this new instance.
index
intIndex of this new instance.
image
ImageSourceImage of this new instance.
useHtmlFormatting
boolIndicating whether html formatting tags may appear in the text.
textMatch
CodeCompletionList.ItemFilterTextMatchThe
ItemFilterTextMatch
stores filter criteria.