Table of Contents

Class CodeCompletionList.FilteredItemData

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

Stores data for particular filtered code completion item.

public class CodeCompletionList.FilteredItemData : CodeCompletionList.ItemData, INotifyPropertyChanged
Inheritance
CodeCompletionList.FilteredItemData
Implements

Constructors

FilteredItemData(string, int, ImageSource, bool, ItemFilterTextMatch)

Initializes a new instance of the FilteredItemData class with specified parameters.

Properties

SourceString

Gets or set item text.

String

Gets or sets HTML formatted item text according to the filter criteria.

TextMatch

Gets filter criteria.

Methods

EqualsCore(ItemData)
GetFilterMatchHighlightedSpans()

Determines a list of the highlighted text spans from the item text.

GetHashCodeCore()