Interface
ICompletionInfoCollection

Interface ICompletionInfoCollection.

Definition

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

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public interface ICompletionInfoCollection : IList<CompletionInfo>, ICollection<CompletionInfo>, IEnumerable<CompletionInfo>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inherited Members IList<CompletionInfo>.IndexOf(CompletionInfo)IList<CompletionInfo>.Insert(int, CompletionInfo)IList<CompletionInfo>.RemoveAt(int)IList<CompletionInfo>.this[int]ICollection<CompletionInfo>.Add(CompletionInfo)ICollection<CompletionInfo>.Clear()ICollection<CompletionInfo>.Contains(CompletionInfo)ICollection<CompletionInfo>.CopyTo(CompletionInfo[], int)ICollection<CompletionInfo>.Remove(CompletionInfo)ICollection<CompletionInfo>.CountICollection<CompletionInfo>.IsReadOnlyIEnumerable<CompletionInfo>.GetEnumerator()INotifyCollectionChanged.CollectionChangedINotifyPropertyChanged.PropertyChanged

Methods

Filter(string)

Filters the specified filter.

Declaration

cs-api-definition
CompletionFilterResult Filter(string filterParameter)

Parameters

filterParameter

string

The filter.

Returns

CompletionFilterResult

CompletionFilterResult.

In this article
DefinitionMethodsFilter(string)
Not finding the help you need?
Contact Support