New to Telerik UI for WinFormsStart a free 30-day trial

Class CompletionInfoCollection.

Definition

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

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public class CompletionInfoCollection : ObservableCollection<CompletionInfo>, IList, ICollection, ICompletionInfoCollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<CompletionInfo>ObservableCollection<CompletionInfo>CompletionInfoCollection

Implements: ICollectionICompletionInfoCollectionIEnumerableIListINotifyCollectionChangedINotifyPropertyChanged...

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

C#
public CompletionInfoCollection()

Methods

Filters the specified filter.

C#
public CompletionFilterResult Filter(string filterParameter)
Parameters:filterParameterstring

The filter.

Returns:

CompletionFilterResult

CompletionFilterResult.

Implements: ICompletionInfoCollection.Filter(string)