Table of Contents

Constructor FilteredItemData

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

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 string

Text of this new instance.

index int

Index of this new instance.

image ImageSource

Image of this new instance.

useHtmlFormatting bool

Indicating whether html formatting tags may appear in the text.

textMatch CodeCompletionList.ItemFilterTextMatch

The ItemFilterTextMatch stores filter criteria.