Class
CompletionInfoCollection

Class CompletionInfoCollection.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt.Completion

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class CompletionInfoCollection : ObservableCollection<CompletionInfo>, IList, ICollection, IReadOnlyList<CompletionInfo>, IReadOnlyCollection<CompletionInfo>, ICompletionInfoCollection, IList<CompletionInfo>, ICollection<CompletionInfo>, IEnumerable<CompletionInfo>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<CompletionInfo>ObservableCollection<CompletionInfo>CompletionInfoCollection

Implements: ICollectionICollection<CompletionInfo>ICompletionInfoCollectionIEnumerableIEnumerable<CompletionInfo>IListIList<CompletionInfo>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<CompletionInfo>IReadOnlyList<CompletionInfo>

Inherited Members ObservableCollection<CompletionInfo>.Move(int, int)ObservableCollection<CompletionInfo>.ClearItems()ObservableCollection<CompletionInfo>.RemoveItem(int)ObservableCollection<CompletionInfo>.InsertItem(int, CompletionInfo)ObservableCollection<CompletionInfo>.SetItem(int, CompletionInfo)ObservableCollection<CompletionInfo>.MoveItem(int, int)ObservableCollection<CompletionInfo>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<CompletionInfo>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<CompletionInfo>.BlockReentrancy()ObservableCollection<CompletionInfo>.CheckReentrancy()ObservableCollection<CompletionInfo>.CollectionChangedObservableCollection<CompletionInfo>.PropertyChangedCollection<CompletionInfo>.Add(CompletionInfo)Collection<CompletionInfo>.Clear()Collection<CompletionInfo>.CopyTo(CompletionInfo[], int)Collection<CompletionInfo>.Contains(CompletionInfo)Collection<CompletionInfo>.GetEnumerator()Collection<CompletionInfo>.IndexOf(CompletionInfo)Collection<CompletionInfo>.Insert(int, CompletionInfo)Collection<CompletionInfo>.Remove(CompletionInfo)Collection<CompletionInfo>.RemoveAt(int)Collection<CompletionInfo>.CountCollection<CompletionInfo>.ItemsCollection<CompletionInfo>.this[int]

Constructors

CompletionInfoCollection()

Declaration

cs-api-definition
public CompletionInfoCollection()

Methods

Filter(string)

Filters the specified filter.

Declaration

cs-api-definition
public CompletionFilterResult Filter(string filterParameter)

Parameters

filterParameter

string

The filter.

Returns

CompletionFilterResult

CompletionFilterResult.

Implements ICompletionInfoCollection.Filter(string)