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
sstringText of this new instance.
indexintIndex of this new instance.
imageImageSourceImage of this new instance.
useHtmlFormattingboolIndicating whether html formatting tags may appear in the text.
textMatchCodeCompletionList.ItemFilterTextMatchThe
ItemFilterTextMatchstores filter criteria.